From b42e95463dbb9ad20072d20337aa65dd9e158568 Mon Sep 17 00:00:00 2001 From: Matthias Metelka <62722460+kleinerpirat@users.noreply.github.com> Date: Mon, 16 Jan 2023 08:28:56 +0100 Subject: [PATCH] Fix bottom toolbar disappearing on UI > 100 --- qt/aqt/data/web/css/toolbar.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qt/aqt/data/web/css/toolbar.scss b/qt/aqt/data/web/css/toolbar.scss index 0bd95fb5f..4f5dda13d 100644 --- a/qt/aqt/data/web/css/toolbar.scss +++ b/qt/aqt/data/web/css/toolbar.scss @@ -11,6 +11,9 @@ grid-template-columns: repeat(3, 1fr); align-items: start; align-content: space-between; + body:not(.fancy) & { + border-bottom: 1px solid var(--border-subtle); + } } .left-tray { @@ -107,9 +110,6 @@ body { } } } - &:not(.fancy) { - border-bottom: 1px solid var(--border-subtle); - } } * {