Remove the extra white bar when logged in on the landing page
This commit is contained in:
parent
6517a4ed7f
commit
fc8988baa3
2 changed files with 6 additions and 1 deletions
|
@ -1417,6 +1417,11 @@ i.toggle-icon:hover {
|
|||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.landing-page.signedin .main-panel {
|
||||
background: transparent;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.landing {
|
||||
position: relative;
|
||||
}
|
||||
|
|
Reference in a new issue