From d1f1c2418912b1b1dd1be6aa67c89a52a4c58491 Mon Sep 17 00:00:00 2001 From: dmc Date: Thu, 18 Jan 2024 14:52:15 +0100 Subject: [PATCH] ctrls align --- pulse.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/pulse.html b/pulse.html index 9024b5f..7a3bc5e 100644 --- a/pulse.html +++ b/pulse.html @@ -154,11 +154,10 @@ #bar { backdrop-filter: blur(64px); -webkit-app-region: drag; - height: var(--title-bar-height); padding: 0; border-top-left-radius: 4px; border-top-right-radius: 4px; - color: #FFF; + color: #B0D944; white-space: nowrap; box-sizing: border-box; position: fixed; @@ -171,10 +170,10 @@ outline: #B0D944; } pear-ctrl { - display: inline-block; - margin-top: 6px; + margin-top: 9px; + margin-left: 9px; } - pear-ctrl { float: right } + pear-ctrl[data-platform="dawrin"] { float: left; margin-top: 4px; }