[TikiWiki-commits] [Git][tikiwiki/tiki][29.x] [REF] _cypht-tiki.scss: reintroduce styles with improved organization and mobile responsiveness
"Victor Emanouilov \(@kroky\) via TikiWiki-cvs" <[email protected]>
| Newsgroups | gmane.comp.cms.tiki.cvs |
|---|---|
| Message-ID | <6911f55d1e93a_2d716d30502e@gitlab-sidekiq-low-urgency-cpu-bound-v2-fc49d4986-bnrzg.mail> |
Victor Emanouilov pushed to branch 29.x at Tiki Wiki CMS Groupware / Tiki
Commits:
f3742c66 by Joseph Lwanzo Kausi at 2025-11-09T03:09:03+01:00
[REF] _cypht-tiki.scss: reintroduce styles with improved organization and mobile responsiveness
---
* [REF] _cypht-tiki.scss: reintroduce styles with improved organization and mobile responsiveness
See merge request tikiwiki/tiki!8085
- - - - -
1 changed file:
- themes/base_files/scss/_cypht-tiki.scss
Changes:
=====================================
themes/base_files/scss/_cypht-tiki.scss
=====================================
@@ -270,18 +270,18 @@
word-break: break-word;
overflow-wrap: anywhere;
}
-
+
.long_header {
display: none;
}
-
+
.long_header[style*="display: block"],
.long_header[style*="display: flex"],
.long_header[style*="display: grid"] {
display: flex !important;
column-gap: 0.15rem;
}
-
+
.long_header > div:nth-of-type(2) {
overflow-wrap: break-word !important;
}
@@ -290,25 +290,25 @@
.long_header .col-md-2 {
font-weight: 500;
}
-
+
.small_header > div:nth-of-type(2),
.small_header > div:nth-of-type(2) > div {
display: flex;
column-gap: 0.15rem;
}
-
+
.small_header {
display: flex;
}
-
+
.all_headers {
display: inline-block;
}
-
+
.small_headers {
display: none;
}
-
+
/* Mobile responsive overrides for Bootstrap classes */
@media (max-width: 768px) {
.small_header {
@@ -317,24 +317,34 @@
column-gap: 0.5rem;
flex-wrap: nowrap;
}
-
+
.small_header > div {
flex: 0 0 auto;
padding: 0;
flex-wrap: wrap;
}
-
+
.small_header .col-md-2 {
font-weight: bold;
white-space: nowrap;
width: fit-content !important;
}
-
+
.long_header .col-md-2 {
font-weight: bold;
}
+
+ .msg_actions a {
+ padding: 0.5rem;
+ border-radius: 0.25rem;
+ background-color: #f8f9fa;
+ text-decoration: none;
+ color: #495057;
+ font-size: 0.6rem;
+ margin-right: 0;
+ }
}
-
+
.collapsed ul {
display: inherit;
}
@@ -406,8 +416,19 @@
position: fixed;
z-index: 9999;
}
- .menu-toggle { background-color: var(--bs-body-bg); }
- nav .menu-toggle:not(.close-toggle) {
+ .menu-toggle {
+ right: 0;
+ left: 0;
+ width: 100%;
+ z-index: 1000;
+ text-align: left;
+ top: 0;
+ padding: 15px 0 15px 20px;
+ background: #fff;
+ box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
+ backdrop-filter: blur(10px);
+ }
+ nav .menu-toggle {
right: 20px;
left: unset;
text-align: left;
@@ -428,6 +449,32 @@
border-bottom: 1px solid var(--bs-secondary-bg);
background-color: var(--bs-body-bg);
}
+
+ .nav-header a {
+ margin: auto 45% auto auto;
+ }
+
+ .mobile .nav-header .app-logo {
+ display: block;
+ height: 2rem;
+ width: auto;
+ padding: 0;
+ margin: 0;
+ }
+
+ .mobile .nav-header .close-toggle {
+ position: static;
+ background: none;
+ box-shadow: none;
+ backdrop-filter: none;
+ width: fit-content;
+ margin-left: 0;
+ padding: 15px 20px;
+ }
+
+ .mobile .app-logo{
+ display: none;
+ }
.content_cell {
border: none;
@@ -648,3 +695,9 @@ html body.tiki.tiki-webmail #middle.container.container-std.middle {
}
}
}
+
+html body.tiki.tiki-webmail #middle.container.container-std.middle {
+ width: 95% !important;
+ max-width: 95% !important;
+ min-width: 95% !important;
+}
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/f3742c66b2706811bf7a896fffc04b0c3b33be3d
--
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/f3742c66b2706811bf7a896fffc04b0c3b33be3d
You're receiving this email because of your account on gitlab.com.
_______________________________________________
TikiWiki-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs