fixing book logo hack to not partially cover the search button

This commit is contained in:
Maccesch 2023-07-29 16:54:51 +01:00
parent fa47bab2cd
commit 7f1ddd23ea

View file

@ -46,6 +46,7 @@
width: calc(100% - var(--open-sidebar-width) - 113px - 65px); width: calc(100% - var(--open-sidebar-width) - 113px - 65px);
height: var(--menu-bar-height); height: var(--menu-bar-height);
transition: all 0.3s; transition: all 0.3s;
pointer-events: none;
} }
#header-logo { #header-logo {