git ssb

10+

Matt McKegg / patchwork



Commit b0e64fea88ebf587f837d332fcbdb3c4b539b5e0

fix broken loading style

Matt McKegg committed on 6/11/2017, 1:58:23 AM
Parent: b70759f872a7c4a5c73cc3413f10d221633d860c

Files changed

styles/loading.mcsschanged
styles/loading.mcssView
@@ -1,6 +1,6 @@
11 Loading {
2- height: 25vh
2+ height: 25%
33 display: flex
44 align-items: center
55 justify-content: center
66
@@ -24,8 +24,9 @@
2424 }
2525 }
2626
2727 -large {
28+ height: 25vh
2829 ::before {
2930 height: 100px
3031 width: 100px
3132 }

Built with git-ssb-web