Make tile layout a bit better, so we stop losing parts of text.
This commit is contained in:
@@ -142,6 +142,7 @@ babyStatsCellStatus {
|
|||||||
background-color: rgb(189,21,80);
|
background-color: rgb(189,21,80);
|
||||||
color: rgb(248,202,0);
|
color: rgb(248,202,0);
|
||||||
font-size: 3vmin;
|
font-size: 3vmin;
|
||||||
|
opacity: 0.8;
|
||||||
}
|
}
|
||||||
|
|
||||||
.babyStatsCellStatusActive {
|
.babyStatsCellStatusActive {
|
||||||
@@ -157,7 +158,7 @@ babyStatsCellContents {
|
|||||||
padding: 5px;
|
padding: 5px;
|
||||||
height: calc(100% - 20px);
|
height: calc(100% - 20px);
|
||||||
width: calc(100% - 20px);
|
width: calc(100% - 20px);
|
||||||
font-size: 6vmin;
|
font-size: 5vmin;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
white-space: pre-line;
|
white-space: pre-line;
|
||||||
background-color: rgb(73,10,61);
|
background-color: rgb(73,10,61);
|
||||||
|
|||||||
Reference in New Issue
Block a user