mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
11 lines
175 B
CSS
11 lines
175 B
CSS
.api-key-actions {
|
|
position: absolute !important;
|
|
top: 0.75rem;
|
|
}
|
|
html:not([dir=rtl]) .api-key-actions {
|
|
right: 0.5rem;
|
|
}
|
|
[dir=rtl] .api-key-actions {
|
|
left: 0.5rem;
|
|
}
|