News topbar adjustment
parent
10624d740b
commit
55fa2af5b0
|
@ -1,8 +1,4 @@
|
|||
.layout-news {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 997;
|
||||
height: 70px;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
|
@ -80,19 +76,4 @@
|
|||
width: 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