Skip to content
Snippets Groups Projects
Commit 6a859a5c authored by Hangzhi Yu's avatar Hangzhi Yu
Browse files

Yield space to logo dynamically

parent deb1d3b6
No related branches found
No related tags found
1 merge request!1020Resolve "Items in sidenav do not yield to uploaded logo"
Pipeline #67740 canceled
......@@ -26,6 +26,7 @@ Fixed
* Due to a merge error, the once removed account menu in the sidenav appeared again.
* Scheduled notifications were shown on dashboard before time.
* Remove broken notifications menu item in favor of item next to account menu.
* The items in the sidenav did not yield to custom icons.
Changed
~~~~~~~
......
......@@ -115,17 +115,15 @@ main {
/* SIDENAV */
/***********/
ul.sidenav.sidenav-fixed li.logo {
margin-top: 32px;
margin-bottom: 50px;
}
ul.sidenav.sidenav-fixed .brand-logo {
margin: 0;
height: 100%;
}
.logo img {
width: 250px;
width: 268px;
margin-block: 1em;
vertical-align: middle;
}
.sidenav a:not(.collapsible-header) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment