diff options
author | bobzel <zzzman@gmail.com> | 2020-09-04 19:54:25 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2020-09-04 19:54:25 -0400 |
commit | 2ef7900d1210bc0e5261e1d1f8fd1ba5f3a0ee4c (patch) | |
tree | 289df18d98996dd03e6e0dae2baa615247aafd0d /src/client/util/SettingsManager.scss | |
parent | 7f6f5acc59e772cb828b8e532e16d4c40465de65 (diff) | |
parent | cb28e0cc898b0f7f880a23501bc1510df3c1c3fc (diff) |
Merge remote-tracking branch 'origin/anika_bug_fixes'
Diffstat (limited to 'src/client/util/SettingsManager.scss')
-rw-r--r-- | src/client/util/SettingsManager.scss | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/src/client/util/SettingsManager.scss b/src/client/util/SettingsManager.scss index 6162d044a..68e0b91b0 100644 --- a/src/client/util/SettingsManager.scss +++ b/src/client/util/SettingsManager.scss @@ -141,7 +141,7 @@ .colorFlyout { margin-top: 2px; - margin-right: 25px; + margin-right: 18px; &:hover { cursor: pointer; @@ -162,6 +162,7 @@ .preferences-color { display: flex; + margin-top: 2px; .preferences-color-text { color: black; @@ -173,6 +174,8 @@ .preferences-font { display: flex; + height: 23px; + margin-top: 2px; .preferences-font-text { color: black; @@ -193,6 +196,16 @@ } } + .preferences-check { + color: black; + font-size: 9; + /* margin-top: 4; */ + margin-right: 4; + margin-bottom: -3; + margin-left: 5; + margin-top: -1px; + } + .size-select { width: 60px; color: black; |