mirror of
https://github.com/discourse/discourse.git
synced 2025-03-06 11:19:51 +00:00
UX: fix "More" menu at small tablet width (#23616)
This commit is contained in:
parent
d93c2cb3d2
commit
ebe68e15fc
@ -60,4 +60,11 @@
|
|||||||
|
|
||||||
.sidebar-more-section-links-details {
|
.sidebar-more-section-links-details {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@include breakpoint(tablet) {
|
||||||
|
grid-column-start: 1;
|
||||||
|
grid-column-end: 3;
|
||||||
|
.sidebar-more-section-links-details-content-main {
|
||||||
|
gap: 0 1em;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user