aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/css/narrow_navbar.css18
-rw-r--r--view/theme/redbasic/css/style.css6
2 files changed, 6 insertions, 18 deletions
diff --git a/view/theme/redbasic/css/narrow_navbar.css b/view/theme/redbasic/css/narrow_navbar.css
index 99f083638..7a48fc71e 100644
--- a/view/theme/redbasic/css/narrow_navbar.css
+++ b/view/theme/redbasic/css/narrow_navbar.css
@@ -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;
}
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 721785529..ed70631d3 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -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 );