2025-04-02 13:24:56 +05:30

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;
}