mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-10-09 00:59:52 +02:00
fix welcome screen offset
This commit is contained in:
@@ -252,16 +252,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-height: 599px) {
|
||||
&.excalidraw--mobile {
|
||||
.welcome-screen-center {
|
||||
margin-top: 4rem;
|
||||
}
|
||||
}
|
||||
@media (min-height: 600px) and (max-height: 900px) {
|
||||
.welcome-screen-center {
|
||||
margin-top: 8rem;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-height: 500px), (max-width: 320px) {
|
||||
.welcome-screen-center {
|
||||
display: none;
|
||||
|
Reference in New Issue
Block a user