aboutsummaryrefslogtreecommitdiffstats
path: root/view/css
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2023-11-25 17:12:28 +0100
committerMario <mario@mariovavti.com>2023-11-25 17:12:28 +0100
commit0fd8e02a884a2b040dca62ab5d9674db5f6a070b (patch)
tree586ee43f32f6f14368c09026f21dcd3244ea24b6 /view/css
parent82e704ec5b107823c09f1387e9091adee53a4c2d (diff)
parent55c4bfb67009c598f25b1a8189604bfffa73dfbb (diff)
downloadvolse-hubzilla-8.8.tar.gz
volse-hubzilla-8.8.tar.bz2
volse-hubzilla-8.8.zip
Merge branch '8.8RC'8.8
Diffstat (limited to 'view/css')
-rw-r--r--view/css/bootstrap-red.css3
-rw-r--r--view/css/default.css10
-rw-r--r--view/css/full.css2
-rw-r--r--view/css/widgets.css15
4 files changed, 16 insertions, 14 deletions
diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css
index 57ce92c43..b5daa4609 100644
--- a/view/css/bootstrap-red.css
+++ b/view/css/bootstrap-red.css
@@ -7,7 +7,8 @@
}
}
-* {
+.nav-link,
+input {
transition: none !important;
}
diff --git a/view/css/default.css b/view/css/default.css
index bd0f14ba2..6336c82ae 100644
--- a/view/css/default.css
+++ b/view/css/default.css
@@ -19,19 +19,23 @@ main {
#region_1 {
position: relative;
order: 1;
- padding: 4.5rem 7px 0px 7px;
+ padding: 0 7px 0 7px;
+ width: 25%;
+ min-width: 300px;
}
#region_2 {
position: relative;
flex: 1;
order: 2;
- padding: 4.5rem 7px 200px 7px;
+ padding: 0 7px 200px 7px;
min-width: 0;
}
#region_3 {
position: relative;
order: 3;
- padding: 4.5rem 7px 0px 7px;
+ padding: 0 7px 0 7px;
+ width: 25%;
+ min-width: 300px;
}
diff --git a/view/css/full.css b/view/css/full.css
index 1a36c9b08..ecc29147d 100644
--- a/view/css/full.css
+++ b/view/css/full.css
@@ -8,5 +8,5 @@ header #banner {
section {
height: 100vh;
- padding: 4.5rem 7px 200px 7px;
+ padding: 0 7px 200px 7px;
}
diff --git a/view/css/widgets.css b/view/css/widgets.css
index 6f5a90aa5..42768b001 100644
--- a/view/css/widgets.css
+++ b/view/css/widgets.css
@@ -191,7 +191,7 @@ a.wikilist {
padding: .5rem;
line-height: 1;
position: absolute;
- top: .75rem;
+ top: .5rem;
right: 1rem;
cursor: pointer;
}
@@ -200,8 +200,6 @@ a.wikilist {
padding: .5rem;
line-height: 1;
position: absolute;
- top: .75rem;
- left: 0.75rem;
}
.notification-content.collapsing {
@@ -210,14 +208,13 @@ a.wikilist {
.fs {
position: fixed;
- top: 0px;
- left: 0px;
+ top: 0;
+ left: 0;
padding: 4.5rem .5rem 1rem .5rem;
background-color: var(--bs-body-bg);
- width: 100%;
- max-width: 100%;
- height: 100%;
- z-index: 1029;
+ width: 100vw;
+ height: 100vh;
+ z-index: 1019;
overflow: auto;
}