Fix library new bookmark animation

This commit is contained in:
Rafael Mardojai CM 2019-06-08 21:57:43 -05:00
parent d424566f9e
commit 1b51a94850
1 changed files with 10 additions and 0 deletions

View File

@ -185,4 +185,14 @@
margin: 0 !important;
padding: 0 !important;
width: 26px !important;
}
/* Fix library animation */
#library-animatable-box {
--library-button-height: 46px !important;
--library-icon-x: 1716px !important;
/*--library-icon-x: 1715.9833984375px !important;*/
}
#library-button[animate] > .toolbarbutton-icon {
fill: transparent !important;
}