wip: dnsc-machine setup

This commit is contained in:
Dennis Schoepf 2025-11-23 20:42:47 +01:00
parent b580614754
commit dd235b65d2

View file

@ -27,8 +27,7 @@
widget-config = { widget-config = {
title = { title = {
text = "Control Panel"; text = "Control Panel";
clear-all-button = true; clear-all-button = false;
button-text = "[clear]";
}; };
buttons-grid = { buttons-grid = {
buttons-per-row = 3; buttons-per-row = 3;
@ -157,8 +156,8 @@
color: @magenta_brighter; color: @magenta_brighter;
text-shadow: none; text-shadow: none;
padding: 0; padding: 0;
margin-top: 8px; margin-top: 5px;
margin-right: 5px; margin-right: 3px;
border-radius: 50%; border-radius: 50%;
border: none; border: none;
} }
@ -237,21 +236,8 @@
} }
.widget-title { .widget-title {
padding: 5px 10px; margin: 12px;
margin: 10px; font-size: 1.8rem;
font-size: 1.6rem;
}
.widget-title>button {
font-size: 1rem;
color: @text-color;
background: @noti-bg;
box-shadow: none;
}
.widget-title>button:hover {
background: @red-base;
color: @cc-bg;
} }
.widget-dnd { .widget-dnd {