fix too small message

This commit is contained in:
Lachlan Kermode
2020-06-26 11:08:32 +02:00
parent 678131683b
commit ec418f4a41
2 changed files with 12 additions and 4 deletions

View File

@@ -84,3 +84,10 @@ https://github.com/tobiasahlin/SpinKit/blob/master/LICENSE
-webkit-transform: scale(1.0);
}
}
.fixedTooSmallMessage {
position: absolute;
top: 0;
color: white;
padding: 10px;
}