diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2024-11-11 23:41:54 -0500 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2024-11-11 23:41:54 -0500 |
commit | 79a18d745750962a6ef2c61272039a9c89875c9a (patch) | |
tree | e056a9aa6e6142c3c04ef547497a82f022893b88 /index.html | |
parent | da0556feab1e34e2de5b515c4d075603ef832b24 (diff) |
Slider detail + normalize position names
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -35,11 +35,11 @@ <content> <span class="widget button" style="--top-color: blue; --side-color:red;">Lamp 1</span> <div class="widget button toggle">Lamp 1</div> - <div class="widget slider" style="--fill-percent: 0.3;"></div> + <div class="widget slider" style="--percent: 0.3;"><div class="detail">10%</div></div> <div class="widget button checkbox"></div> <div class="widget color-wheel" style="--pos-x: 0.3; --pos-y: 0.3;"></div> - <div class="widget color-temp" style="--pos: 0.3;"></div> - <div class="widget color-light" style="--pos: 0.3;"></div> + <div class="widget color-temp" style="--percent: 0.3;"></div> + <div class="widget color-light" style="--percent: 0.3;"></div> <div class="widget thermostat" style="--percent: 0.3; --arch-color: #0084ff;"> <div class="arch"></div> <div class="gague">68</div> |