mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-06-06 01:21:39 -04:00
fix: height of loading screen
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
43a85f54ca
commit
07dd196bff
2 changed files with 6 additions and 8 deletions
|
@ -5,13 +5,11 @@
|
|||
*/
|
||||
|
||||
.loader {
|
||||
height: 100%;
|
||||
height: 100vh;
|
||||
width: 100%;
|
||||
|
||||
&.middle, .middle {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
}
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue