Put modal in flexbox to stop text blurring from css transformations

This commit is contained in:
2022-10-19 18:54:14 +02:00
parent 45c264138f
commit cdc14da9dd
7 changed files with 29 additions and 31 deletions

View File

@@ -571,16 +571,12 @@ button>svg,
.tab_bar>button,
.tab_bar>.button {
margin: 10px 0 0 10px;
margin: .5em .4em 0 .4em;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
min-width: 5em;
}
.tab_bar>*:last-child {
margin-right: 10px;
}
/* Dropdown list of the select tag */
option {
background: var(--input_background);