mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 01:32:23 +08:00
36 lines
481 B
SCSS
36 lines
481 B
SCSS
.admin-emojis {
|
|
#custom_emoji {
|
|
.select-kit {
|
|
display: none;
|
|
}
|
|
|
|
tbody tr th {
|
|
@include ellipsis;
|
|
|
|
&:nth-child(2) {
|
|
max-width: 80px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.emoji-uploader {
|
|
flex-direction: column;
|
|
align-items: flex-start;
|
|
justify-content: center;
|
|
|
|
.control {
|
|
margin-bottom: 1em;
|
|
width: 100%;
|
|
|
|
input,
|
|
.select-kit {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
.upload-container {
|
|
margin: 0;
|
|
}
|
|
}
|
|
}
|