mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: reduce lines in emoji picker
This makes it much easier to find the search box
This commit is contained in:
parent
727f90023f
commit
81f048612e
@ -59,12 +59,13 @@ img.emoji {
|
||||
|
||||
.emoji-picker .section-header {
|
||||
padding: 8px;
|
||||
margin-bottom: 4px;
|
||||
padding-bottom: 4px;
|
||||
border-bottom: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
|
||||
margin-top: 2px;
|
||||
margin-bottom: 0px;
|
||||
padding-bottom: 0px;
|
||||
justify-content: space-between;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.emoji-picker .section-header .title {
|
||||
|
Loading…
Reference in New Issue
Block a user