aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2023-01-25 16:35:18 +0000
committerMario <mario@mariovavti.com>2023-01-25 16:35:18 +0000
commitc3b908dcfc1d203a87311080f7c8ea1610c432d1 (patch)
treea1c3110e667ef4ff28dc13df5efb4dcf7e25e136 /view/theme
parent23f93044c1f511d21dcf612f1052db8801b2a4e0 (diff)
downloadvolse-hubzilla-c3b908dcfc1d203a87311080f7c8ea1610c432d1.tar.gz
volse-hubzilla-c3b908dcfc1d203a87311080f7c8ea1610c432d1.tar.bz2
volse-hubzilla-c3b908dcfc1d203a87311080f7c8ea1610c432d1.zip
: fixes
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 );