mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-09 00:33:38 -05:00
fix(homescreen): fixed height
This commit is contained in:
parent
bbe1e0d178
commit
855b3739e6
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 95%;
|
||||
height: 100%;
|
||||
padding: 12px;
|
||||
|
||||
h3 {
|
||||
|
|
Loading…
Reference in a new issue