File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 1
- document . getElementById ( "main" ) . style . setProperty ( "max-width" , "800px" ) ;
2
- document . getElementById ( "main" ) . style . setProperty ( "margin-left" , "auto" ) ;
3
- document . getElementById ( "main" ) . style . setProperty ( "margin-right" , "auto" ) ;
1
+ document . getElementById ( "main" ) . childNodes [ 0 ] . style = "max-width: 800px; margin-left: auto; margin-right: auto" ;
4
2
document . getElementById ( "extensions" ) . style . setProperty ( "max-width" , "800px" ) ;
5
3
document . getElementById ( "extensions" ) . style . setProperty ( "margin-left" , "auto" ) ;
6
4
document . getElementById ( "extensions" ) . style . setProperty ( "margin-right" , "auto" ) ;
Original file line number Diff line number Diff line change @@ -36,4 +36,3 @@ ol li p, ul li p {
36
36
# main , # settings , # chat-settings {
37
37
border : 0 ;
38
38
}
39
-
You can’t perform that action at this time.
0 commit comments