News topbar adjustment
parent
10624d740b
commit
55fa2af5b0
|
@ -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;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue