Begin display page
This commit is contained in:
+21
-2
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user