1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-01-03 18:42:00 +01:00

Improve options layout

This commit is contained in:
kkapsner 2018-09-12 18:10:31 +02:00
parent 19a9035bed
commit c798e2b412

View File

@ -60,10 +60,10 @@ header .bookmarkNotice .dontShowOptionsOnUpdate input {
} }
.settings .settingRow td:first-child .content, td.hideColumn label { .settings .settingRow td:first-child .content, td.hideColumn label {
margin-left: 0.6em; margin-left: 10px;
} }
.settings .settingRow td:last-child .content { .settings .settingRow td:last-child .content {
margin-right: 0.6em; margin-right: 10px;
} }
.settings .section + .settingRow .content, .settings .settingRow.firstVisible .content { .settings .section + .settingRow .content, .settings .settingRow.firstVisible .content {
@ -108,6 +108,7 @@ header .bookmarkNotice .dontShowOptionsOnUpdate input {
color: graytext; color: graytext;
margin-inline-start: 2em; margin-inline-start: 2em;
white-space: pre-wrap; white-space: pre-wrap;
padding-right: 5px;
} }
input[type=""], input[type="text"], input[type="number"], select { input[type=""], input[type="text"], input[type="number"], select {
width: 100%; width: 100%;
@ -173,7 +174,7 @@ input[type=""], input[type="text"], input[type="number"], select {
} }
td.hideColumn { td.hideColumn {
width: 35px; width: 45px;
} }
.content.hideContent { .content.hideContent {