Fixed topics control style

This commit is contained in:
kvakazyambra 2023-05-06 19:12:17 +03:00
parent 525ca626fb
commit de61fa09bc
2 changed files with 31 additions and 1 deletions

View File

@ -392,7 +392,7 @@
}
.userControl {
align-items: baseline;
align-items: center;
display: flex;
opacity: 1;
transition: opacity 0.3s;

View File

@ -189,3 +189,33 @@ h5 {
transition: filter 0.3s;
}
}
:global(.solid-select-control) {
align-items: center !important;
border: 2px solid #e8e8e8 !important;
border-radius: 2px;
min-height: 61px;
padding: 1rem 0.7rem 0.5rem 1.2rem !important;
:global(.solid-select-input) {
border: none;
margin-bottom: 0;
padding: 0;
}
:global(.solid-select-multi-value) {
margin: 0 0.5rem 0.5rem 0;
padding-left: 0.8rem;
padding-bottom: 0.2rem;
}
:global(.solid-select-multi-value-remove) {
font-size: 2.4rem;
line-height: 1.1;
&:hover {
opacity: 0.5;
text-shadow: none !important;
}
}
}