This commit is contained in:
Mario
2023-01-25 16:35:18 +00:00
parent 23f93044c1
commit c3b908dcfc
3 changed files with 6 additions and 27 deletions

View File

@@ -13,15 +13,6 @@
/* nav overrides */
nav .badge {
position: absolute;
font-size: 0.75rem;
}
nav .dropdown-menu {
min-width: 16rem;
}
.nav-item.nav-item-hack {
height: 2.3rem;
}

View File

@@ -1,24 +1,16 @@
@media screen and (min-width: 767px) {
nav.navbar {
padding-top: 1px;
padding-bottom: 1px
}
nav .badge {
top: 0px;
left: -0.25rem;
.navbar {
--bs-navbar-padding-y: 1px;
}
.contextual-help-content-open {
top: 2.5rem;
}
aside {
padding-top: 3.5rem;
}
section {
#region_1,
#region_2,
#region_3 {
padding-top: 3.5rem;
}

View File

@@ -76,7 +76,7 @@ aside#region_1 {
aside#region_3 {
width: $right_aside_widthrem;
min-width: $left_aside_widthrem;
min-width: $right_aside_widthrem;
max-width: $right_aside_widthrem;
}
@@ -1450,10 +1450,6 @@ blockquote {
@media screen and (max-width: 992px) {
aside#region_1 {
border-right: 1px solid $nav_bd;
}
main {
left: -$left_aside_widthrem;
width: calc( 100% + $left_aside_widthrem );