Begin display page

This commit is contained in:
2022-08-09 07:21:40 +00:00
parent be1157b310
commit e64adb796e
3 changed files with 113 additions and 2 deletions
+21 -2
View File
@@ -167,23 +167,42 @@ body {
border: 2px solid black;
}
.display {
display: flex;
justify-content: space-between;
height: 100vh;
background-color: black;
color: white;
font-size: 1em;
}
.display-usage {
border: 1px solid white;
padding: 0.5em;
align-self: flex-end;
width: 240px;
height: 383px;
}
.usage {
height: 100vh;
background-color: black;
color: white;
padding: 0.5em;
font-size: 2.5em;
cursor: none;
}
.display .ui.header,
.usage .ui.header {
color: white;
margin-top: 0.5em;
margin-bottom: 0em;
}
.display .stat,
.usage .stat {
font-size: 2em;
margin-bottom: 0.5em;
margin-bottom: 0;
}
.nowrap-stat {