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