mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
: fixes
This commit is contained in:
9
view/css/bootstrap-red.css
vendored
9
view/css/bootstrap-red.css
vendored
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user