From 1b51a94850c44bc3563ecd5b9430bb268ff0f99c Mon Sep 17 00:00:00 2001 From: Rafael Mardojai CM Date: Sat, 8 Jun 2019 21:57:43 -0500 Subject: [PATCH] Fix library new bookmark animation --- theme/parts/headerbar-buttons.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/theme/parts/headerbar-buttons.css b/theme/parts/headerbar-buttons.css index 02e0241..56e5e04 100755 --- a/theme/parts/headerbar-buttons.css +++ b/theme/parts/headerbar-buttons.css @@ -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; } \ No newline at end of file