mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Make collapsible always visible on large screen
This commit is contained in:
@@ -57,3 +57,13 @@
|
||||
.collapsible-checkbox:checked + .lbl-toggle > ::before {
|
||||
transform: rotate(90deg) translateX(-3px);
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 1025px) {
|
||||
.lbl-toggle > ::before {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.collapsible-content {
|
||||
max-height: 350px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user