lobby/css: Fix hook list overflow on mobile

pull/9764/head
Benedikt Werner 2021-09-09 10:16:09 +02:00
parent 0095b06d3c
commit ed260f6283
No known key found for this signature in database
GPG Key ID: 1DBFF0F8E9E121EB
1 changed files with 7 additions and 0 deletions

View File

@ -76,6 +76,13 @@
}
}
.lreal_time,
.lseeks .hooks__list {
@include breakpoint($mq-not-xx-small) {
font-size: 0.7em;
}
}
.hook__filters {
// will be overridden by _hook-filter.scss once it's loaded
display: none;