diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-04-10 10:47:22 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-04-10 10:47:22 +0200 |
commit | 4e54fd359f2920e015a59af2265688dc557376d5 (patch) | |
tree | 14a83c48b65a67608bb4daad39af18767e2c8fd5 /ui/css | |
parent | fe9ff20d6e525ea58fe18f87d5ff8b63c104699c (diff) |
implement cctv commands
Diffstat (limited to 'ui/css')
-rw-r--r-- | ui/css/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ui/css/style.css b/ui/css/style.css index ca35786..a3c1f38 100644 --- a/ui/css/style.css +++ b/ui/css/style.css @@ -201,3 +201,8 @@ button:not([disabled]):active { background-color: #0004; } +.inputlabel { + display: flex; + gap: 8px; + align-items: stretch; +} |