Skip to content
Snippets Groups Projects
Commit da8a4af3 authored by Paul Kaplan's avatar Paul Kaplan
Browse files

Reduce min height so that it barely fits

parent 1de78669
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ body,
/* Setting min height/width makes the UI scroll below those sizes */
min-width: 1024px;
min-height: 670px; /* Min height to fit sprite/backdrop button */
min-height: 640px; /* Min height to fit sprite/backdrop button */
}
/* @todo: move globally? Safe / side FX, for blocks particularly? */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment