mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Merge pull request #1335 from mwcz/patch-1
add namespace to `slidein` animation
This commit is contained in:
commit
172fd6807a
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
div.kpxc-banner {
|
||||
animation-duration: 0.2s;
|
||||
animation-name: slidein;
|
||||
animation-name: kpxc-slidein;
|
||||
background-color: var(--kpxc-background-color);
|
||||
border-bottom: 1px solid #38383d !important;
|
||||
box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2) !important;
|
||||
|
|
@ -22,7 +22,7 @@ div.kpxc-banner {
|
|||
justify-content: space-between !important;
|
||||
}
|
||||
|
||||
@keyframes slidein {
|
||||
@keyframes kpxc-slidein {
|
||||
from {
|
||||
max-height: 0em;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue