File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 margin : 0 ;
44}
55
6- # app {
7- display : flex;
8- flex-direction : column;
9- min-height : 100vh ;
10- max-height : 100vh ;
11- }
12-
136/*root end*/
147
158# logo {
Original file line number Diff line number Diff line change @@ -136,10 +136,11 @@ textarea {
136136 resize : none;
137137}
138138
139- . content-wrapper {
139+ # app {
140140 display : flex;
141141 flex-direction : column;
142- height : 100% ;
142+ min-height : 100vh ;
143+ max-height : 100vh ;
143144}
144145
145146.noscript {
Original file line number Diff line number Diff line change 1212</ head >
1313
1414< body >
15- < div class =" content-wrapper ">
15+ < div id =" app ">
1616 < div class ="error-pane-wrapper ">
1717 < div class ="error-pane ">
1818 < h1 class ="error-title "> (◕︿◕✿)</ h1 >
Original file line number Diff line number Diff line change 2020</ head >
2121
2222< body >
23- < div class =" content-wrapper ">
23+ < div id =" app ">
2424 < noscript > < span class ="noscript "> {{.Translation.Get "requires-js"}}</ span > </ noscript >
2525
2626 < div id ="lobby ">
Original file line number Diff line number Diff line change 2424</ head >
2525
2626< body >
27- < div class =" content-wrapper ">
27+ < div id =" app ">
2828 < h1 class ="error-title "> (◕︿◕✿)</ h1 >
2929 < h2 class ="error-message "> You can NOT join the lobby with this browser.</ h2 >
3030 < a class ="go-back " href ="{{.RootPath}}/ "> Click here to get back to the Homepage</ a >
You can’t perform that action at this time.
0 commit comments