diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-04-02 14:50:15 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-04-02 14:50:15 +0200 |
commit | 07b1d349d5a1f3cc69135cfe11e1fa46b048cd7b (patch) | |
tree | 36fea5010a4fe64664c7fa92c321303d25ca2fc0 /ui/css | |
parent | 656b3af4e3b13d6c810045345984783499bf29f9 (diff) |
add more websocket communication specs
Diffstat (limited to 'ui/css')
-rw-r--r-- | ui/css/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/css/style.css b/ui/css/style.css index 7b8f8d2..8b2201a 100644 --- a/ui/css/style.css +++ b/ui/css/style.css @@ -160,3 +160,7 @@ details[open] summary { border-bottom: 1px solid #0008; } +input[type="range"] { + width: 100%; +} + |