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);
|
||||
color: rgb(248,202,0);
|
||||
font-size: 3vmin;
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
.babyStatsCellStatusActive {
|
||||
@@ -157,7 +158,7 @@ babyStatsCellContents {
|
||||
padding: 5px;
|
||||
height: calc(100% - 20px);
|
||||
width: calc(100% - 20px);
|
||||
font-size: 6vmin;
|
||||
font-size: 5vmin;
|
||||
font-weight: bold;
|
||||
white-space: pre-line;
|
||||
background-color: rgb(73,10,61);
|
||||
|
||||
Reference in New Issue
Block a user