Current (non-working-frontend) state
This commit is contained in:
@ -8,7 +8,7 @@ body {
|
||||
|
||||
.sidebar {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
top: 0.5rem;
|
||||
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
@ -16,12 +16,12 @@ body {
|
||||
padding: 48px 0 0; /* Height of navbar */
|
||||
box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
/*
|
||||
@media (max-width: 767.98px) {
|
||||
.sidebar {
|
||||
top: 5rem;
|
||||
}
|
||||
}
|
||||
}*/
|
||||
|
||||
.sidebar-sticky {
|
||||
position: relative;
|
||||
@ -63,7 +63,6 @@ body {
|
||||
|
||||
/*
|
||||
* Navbar
|
||||
*/
|
||||
|
||||
.navbar-brand {
|
||||
padding-top: 0.75rem;
|
||||
@ -71,7 +70,7 @@ body {
|
||||
font-size: 1rem;
|
||||
box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.25);
|
||||
}
|
||||
|
||||
*/
|
||||
.navbar .navbar-toggler {
|
||||
top: 0.25rem;
|
||||
right: 1rem;
|
||||
|
Reference in New Issue
Block a user