fix code style, use names from api instead of hardcoding for flatmates users

This commit is contained in:
2025-08-28 21:47:44 +02:00
parent 6418cf882a
commit f76294ad5f
18 changed files with 165 additions and 177 deletions

View File

@@ -1,33 +1,31 @@
.container {
display: flex;
flex-direction: column;
font-family: monospace;
font-size: 12pt;
display: flex;
flex-direction: column;
font-family: monospace;
font-size: 12pt;
background-color: black;
color: white;
display: flex;
flex-direction: column;
width: 100%;
height: 285px;
overflow: hidden;
background-color: black;
color: white;
width: 100%;
height: 285px;
overflow: hidden;
}
.title {
color: thistle;
margin-bottom: 12pt;
color: thistle;
margin-bottom: 12pt;
}
.bubatzBot {
color: skyblue;
padding-right: 5px
color: skyblue;
padding-right: 5px;
}
.pastaBot {
color: bisque;
padding-right: 5px
color: bisque;
padding-right: 5px;
}
.infoMessage {
color: lightgreen;
color: lightgreen;
}