user_status: Correct modal layout and appearance.

This commit is contained in:
Karl Stolley 2024-10-15 14:02:00 -05:00 committed by Tim Abbott
parent c1207c73f2
commit 6121d97ae9
2 changed files with 12 additions and 11 deletions

View File

@ -436,12 +436,6 @@ input.settings_text_input {
outline: none !important;
box-shadow: none;
z-index: 5;
#set-user-status-modal & {
margin-left: -26px;
right: 0;
padding-top: 6px;
}
}
}

View File

@ -4,23 +4,30 @@
.user-status-content-wrapper {
display: flex;
justify-content: center;
align-items: center;
border: 1px solid;
border-color: hsl(0deg 0% 0% / 60%);
border-radius: 5px;
& input.user-status {
width: 95%;
flex: 1 1 0;
width: 100%;
border: none;
outline: none;
box-shadow: none;
background-color: transparent;
padding-right: 25px;
margin: 0;
@media (width < $ml_min) {
width: 92%;
&:focus {
box-shadow: none;
}
}
.clear_search_button {
position: static;
padding: 6px;
}
.status-emoji-wrapper {
padding: 4px 8px;
border-right: 1px solid;