Changeset 0.37.14 (#226)
Co-authored-by: gobha <jasafpro@gmail.com> Co-committed-by: gobha <jasafpro@gmail.com>
This commit is contained in:
@@ -95,3 +95,18 @@
|
||||
width: 200px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
/* ── Responsive: Mobile ───────────────────── */
|
||||
|
||||
@media (max-width: 768px) {
|
||||
/* User menu button: ensure 44px touch target */
|
||||
.user-menu-wrap .user-btn {
|
||||
padding: 8px;
|
||||
min-height: 44px;
|
||||
}
|
||||
|
||||
/* Flyout: open upward and constrain width */
|
||||
.user-menu-wrap .sw-menu-flyout {
|
||||
max-width: calc(100vw - 16px);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user