mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-01 05:11:34 +02:00
Merge pull request #21378 from overleaf/mf-wrap-filter-navigation
[web] Adjust the styling of the navigation filter on devices with a small screen width on gallery page GitOrigin-RevId: a404293a030aa60f2261ad2219bc7e55d885f042
This commit is contained in:
@@ -8,6 +8,12 @@
|
||||
text-align: left;
|
||||
max-width: 828px;
|
||||
}
|
||||
|
||||
.gallery-filters {
|
||||
@include media-breakpoint-down(lg) {
|
||||
margin-top: var(--spacing-06);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.gallery {
|
||||
@@ -26,10 +32,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
.filters {
|
||||
.gallery-filters {
|
||||
float: right;
|
||||
margin-bottom: var(--spacing-11);
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: var(--spacing-04);
|
||||
|
||||
@include media-breakpoint-down(lg) {
|
||||
|
||||
Reference in New Issue
Block a user