[TikiWiki-commits] [Git][tikiwiki/tiki][master] [FIX] Restore login dropdown width
"luci \(@luciash\) via TikiWiki-cvs" <[email protected]>
| Newsgroups | gmane.comp.cms.tiki.cvs |
|---|---|
| Message-ID | <69d6bb899546f_3c19cc1063995@gitlab-sidekiq-low-urgency-cpu-bound-v2-644d5bcd56-hsps2.mail> |
luci pushed to branch master at Tiki Wiki CMS Groupware / Tiki
Commits:
73e40bda by Moïse Nturubika at 2026-04-08T20:25:33+00:00
[FIX] Restore login dropdown width
---
* [UI] Refine login dropdown width for better responsiveness
* [FIX] Restore login dropdown width
* [FIX] Restore login dropdown width
See merge request tikiwiki/tiki!9787
- - - - -
2 changed files:
- templates/modules/mod-login_box.tpl
- themes/base_files/scss/_tiki-modules.scss
Changes:
=====================================
templates/modules/mod-login_box.tpl
=====================================
@@ -373,7 +373,7 @@ $(".collapse-toggle", ".siteloginbar_popup .dropdown-menu").on("click", function
<button type="button" class="btn btn-link dropdown-toggle" data-bs-toggle="dropdown">
{tr}Log in{/tr}
</button>
- <div class="siteloginbar_poppedup dropdown-menu dropdown-menu-end float-sm-end modal-sm p-3">
+ <div class="siteloginbar_poppedup dropdown-menu dropdown-menu-end float-sm-end p-3">
{capture assign="close_tags"}</div></div>{$close_tags}{/capture}
{/if}
=====================================
themes/base_files/scss/_tiki-modules.scss
=====================================
@@ -227,7 +227,7 @@ li.archivedate {
.fb-image {
margin: 0 -12px 10px -12px;
line-height: 0;
-
+
img {
width: 100%;
height: auto;
@@ -261,7 +261,7 @@ li.archivedate {
font-size: 14px;
color: #050505;
margin-bottom: 4px;
-
+
a {
color: #050505;
text-decoration: none;
@@ -304,7 +304,7 @@ li.archivedate {
font-weight: 600;
text-decoration: none;
transition: background 0.2s;
-
+
&:hover {
background: #166fe5;
color: #fff;
@@ -401,6 +401,11 @@ li.login_link ul li a {
height: 2.5rem;
}
+.siteloginbar_poppedup.dropdown-menu {
+ width: 300px;
+ max-width: 90vw;
+}
+
.navbar-form .siteloginbar_poppedup .form-control,
.navbar-form .siteloginbar_poppedup .mb-3.text-center{
width: 100%;
@@ -589,7 +594,7 @@ header.fixed-top {
align-items: center;
justify-content: center;
}
-
+
#toggleSwitch_modules {
margin: 0;
}
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/73e40bda79d2577cf07efff55a5062b481099728
--
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/73e40bda79d2577cf07efff55a5062b481099728
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