News topbar adjustment

pull/1047/head
Cagatay Civici 2021-03-02 14:32:38 +03:00
parent 10624d740b
commit 55fa2af5b0
1 changed files with 1 additions and 20 deletions

View File

@ -1,8 +1,4 @@
.layout-news { .layout-news {
position: fixed;
top: 0;
left: 0;
z-index: 997;
height: 70px; height: 70px;
width: 100%; width: 100%;
display: flex; display: flex;
@ -81,18 +77,3 @@
height: 23px; height: 23px;
} }
} }
.layout-wrapper.layout-news-active {
.layout-topbar {
top: 70px;
}
.layout-sidebar {
top: 140px;
height: calc(100% - 140px);
}
.layout-content {
padding-top: 140px;
}
}