Adjustments for hidden select inside toolbar button

pull/311/head
Lim Chee Aun 2023-11-12 10:57:49 +08:00
rodzic 91f6efe736
commit 911ee288df
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -204,11 +204,12 @@
left: -100vw !important;
}
#compose-container .toolbar-button select {
background-color: inherit;
background-color: transparent;
border: 0;
padding: 0 0 0 8px;
margin: 0;
appearance: none;
line-height: 1em;
}
#compose-container .toolbar-button:not(.show-field) select {
right: 0;