diff --git a/res/welcome.html b/res/welcome.html index 5331a934f07..e9f1514a10d 100644 --- a/res/welcome.html +++ b/res/welcome.html @@ -158,6 +158,16 @@ display: none; } +@media only screen and (max-width: 480px) { + .mx_ButtonRow { + flex-direction: column; + } + + .mx_ButtonRow > * { + margin: 0 0 10px 0; + } +} +
diff --git a/src/vector/index.html b/src/vector/index.html index f93eb84a1a5..6ebfc8d2680 100644 --- a/src/vector/index.html +++ b/src/vector/index.html @@ -15,6 +15,7 @@ +