mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Taller category dropdown using viewport height
This commit is contained in:
parent
bdd9775869
commit
d7b1a83e94
@ -25,6 +25,7 @@
|
||||
align-self: center;
|
||||
.select-kit-collection {
|
||||
font-size: $font-down-1;
|
||||
max-height: 40vh;
|
||||
.texts, .icons {
|
||||
font-size: $font-up-1;
|
||||
}
|
||||
|
@ -48,7 +48,7 @@
|
||||
flex-direction: column;
|
||||
padding: 0;
|
||||
min-width: 100px;
|
||||
max-height: 300px;
|
||||
max-height: 200px;
|
||||
max-width: 32em;
|
||||
|
||||
.collection-header {
|
||||
|
Loading…
Reference in New Issue
Block a user