mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 06:06:41 +01:00
Adjustments for hidden select inside toolbar button
This commit is contained in:
parent
91f6efe736
commit
911ee288df
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue