diff options
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/src/App.scss b/src/App.scss index 7f895065..962087b5 100644 --- a/src/App.scss +++ b/src/App.scss @@ -626,17 +626,10 @@ nav { } .visibility-tray { - font-size: 1.2em; - cursor: pointer; - - .selected { - color: $fallback--lightText; - color: var(--lightText, $fallback--lightText); - } - - div { - padding-top: 5px; - } + display: flex; + justify-content: space-between; + flex-direction: row-reverse; + padding-top: 5px; } .visibility-notice { |
