update header
This commit is contained in:
@@ -14,6 +14,10 @@
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
padding: 0.1rem 1rem;
|
||||
}
|
||||
|
||||
.navbar-header {
|
||||
padding: 0px;
|
||||
}
|
||||
@@ -52,18 +56,18 @@ section.content {
|
||||
|
||||
.sidebar {
|
||||
width: 210px;
|
||||
height: calc(100vh - 55px);
|
||||
height: calc(100vh - 50px);
|
||||
position: fixed;
|
||||
top: 55px;
|
||||
top: 50px;
|
||||
right: 250px;
|
||||
}
|
||||
|
||||
.right-sidebar {
|
||||
width: 240px;
|
||||
height: calc(100vh - 55px);
|
||||
height: calc(100vh - 50px);
|
||||
position: fixed;
|
||||
right: -260px;
|
||||
top: 55px;
|
||||
top: 50px;
|
||||
}
|
||||
|
||||
.nav-tabs li a.active {
|
||||
|
||||
Reference in New Issue
Block a user