Complete overhaul of Printer Bot dock

First stage of widget-dock-core
This commit is contained in:
nuttylmao
2025-09-06 01:08:14 +10:00
parent befefc0eb3
commit 7e20a30c67
21 changed files with 1740 additions and 969 deletions
+68
View File
@@ -0,0 +1,68 @@
#settings {
display: flex;
flex-direction: column;
gap: 1em;
}
.setting input {
margin-left: auto;
width: 15em;
}
.setting {
display: flex;
flex-direction: row;
align-items: center;
gap: 0.5em;
}
/************************/
/*** RECEIPT TEMPLATE ***/
/************************/
#receipt-container {
text-align: center;
color: black;
}
#receipt-header {}
#receipt-content {
padding: 0.5em 0em;
}
#receipt-footer {}
#receipt-avatar {
width: 6em;
height: 6em;
border-radius: 50%;
object-fit: cover;
}
#receipt-title {
font-weight: 900;
font-size: 1.5em;
text-transform: uppercase;
}
#receipt-subtitle {
font-weight: 700;
font-size: 1.2em;
}
#receipt-icon {
height: 1em;
}
#receipt-date {
margin: 0.5em 0em;
font-size: 0.7em;
text-transform: uppercase;
}
.emote {
height: 1em;
}