Add minimum height to container to prevent loading flashing

This commit is contained in:
2020-02-01 02:36:15 +00:00
parent baeda4acb9
commit 63d83ec2f6
4 changed files with 8 additions and 6 deletions
+4
View File
@@ -39,6 +39,10 @@ body {
padding-top: 1rem;
}
.topPadding > .ui.container{
min-height: 45rem;
}
.photo-small {
max-width: 80px;
max-height: 80px;