[TikiWiki-commits] [Git][tikiwiki/tiki][master] [ENH] _cypht-tiki.scss: Improve responsive layout and truncate long labels
"Bruno Kambere \(@kambereBr\) via TikiWiki-cvs" <[email protected]>
| Newsgroups | gmane.comp.cms.tiki.cvs |
|---|---|
| Message-ID | <6a300e516de6e_381960b8375f8@gitlab-sidekiq-low-urgency-cpu-bound-v2-9444d6687-8g2fm.mail> |
Bruno Kambere pushed to branch master at Tiki Wiki CMS Groupware / Tiki
Commits:
d9082469 by Joseph Lwanzo Kausi at 2026-06-15T17:19:46+03:00
[ENH] _cypht-tiki.scss: Improve responsive layout and truncate long labels
---
* [ENH] _cypht-tiki.scss: Improve responsive layout and truncate long labels
See merge request tikiwiki/tiki!10366
- - - - -
1 changed file:
- themes/base_files/scss/_cypht-tiki.scss
Changes:
=====================================
themes/base_files/scss/_cypht-tiki.scss
=====================================
@@ -570,6 +570,50 @@
.folders .menu_combined_trackers a { font-size: 0; }
.folders .menu_combined_trackers .account_icon { padding-right: 0; font-size: 1rem; }
}
+
+ // Keyboard shortcuts (keyboard_shortcuts/site.css)
+ .edit_shortcut_form {
+ max-width: 100%;
+ .shortcut_edit_fields {
+ display: flex;
+ flex-direction: column;
+ max-width: 32rem;
+ }
+ .shortcut_edit_title {
+ font-size: 1.15rem;
+ font-weight: 600;
+ overflow: hidden;
+ display: -webkit-box;
+ -webkit-line-clamp: 3;
+ -webkit-box-orient: vertical;
+ word-break: break-word;
+ }
+ .edit_shortcut_field .form-label {
+ font-weight: normal;
+ margin-bottom: 0.35rem;
+ }
+ }
+
+ // Block list (site.css)
+ .blocked_senders_table {
+ .blocked_sender_fld {
+ max-width: 200px;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ }
+ .blocked_behavior_fld {
+ max-width: 180px;
+ display: inline-block;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ vertical-align: middle;
+ }
+ .blocked_sender_actions a {
+ cursor: pointer;
+ }
+ }
}
.mobile.tiki-cypht, .mobile.tiki-webmail {
@@ -837,6 +881,17 @@
margin-top: 0px !important;
.list_controls.on_mobile #imap_filter_form .imap_keyword { width: 100%; }
}
+
+ .edit_shortcut_form {
+ padding-left: 1rem !important;
+ padding-right: 1rem !important;
+ .shortcut_edit_fields {
+ max-width: 100%;
+ }
+ }
+ .blocked_senders_table .blocked_sender_fld {
+ max-width: 120px;
+ }
}
// Remove the fixed navbar as it will make Cypht navbar not visible
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/d90824698701b2ea702e2e5e395f68934dfa6fde
--
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/d90824698701b2ea702e2e5e395f68934dfa6fde
You're receiving this email because of your account on gitlab.com. Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help
_______________________________________________
TikiWiki-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs