mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 05:34:28 +08:00
UX: Wider drop down for top page select kit (#12766)
This commit is contained in:
parent
8f244cd1b9
commit
f33b7c8f65
|
@ -144,9 +144,15 @@
|
||||||
// Misc. stuff
|
// Misc. stuff
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
||||||
#list-area .top-lists h2 {
|
#list-area .top-lists {
|
||||||
cursor: pointer;
|
h2 {
|
||||||
margin: 5px 0 10px;
|
cursor: pointer;
|
||||||
|
margin: 5px 0 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.period-chooser .select-kit-body {
|
||||||
|
width: 275px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#list-area {
|
#list-area {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user