mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 03:08:35 +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
|
// Misc. stuff
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
||||||
#list-area .top-lists h2 {
|
#list-area .top-lists {
|
||||||
|
h2 {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
margin: 5px 0 10px;
|
margin: 5px 0 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.period-chooser .select-kit-body {
|
||||||
|
width: 275px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#list-area {
|
#list-area {
|
||||||
h2 {
|
h2 {
|
||||||
margin: 20px 0 10px;
|
margin: 20px 0 10px;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user