Improve user agent switcher whitelist handling

This commit is contained in:
hensm
2018-10-21 15:32:07 +01:00
parent e5686c2017
commit adfbd5b2ef
4 changed files with 120 additions and 43 deletions

View File

@@ -1,6 +1,6 @@
.category {
display: grid;
grid-template-columns: min-content min-content;
grid-template-columns: 150px 1fr;
grid-column-gap: 20px;
grid-row-gap: 5px;
}
@@ -16,7 +16,6 @@
.option-label {
text-align: right;
white-space: nowrap;
display: inline-block;
}