diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-09-05 18:45:42 -0400 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-09-05 18:45:42 -0400 |
commit | fb8cb3db43c38e5a984cf4a45b5b9def311cf0a0 (patch) | |
tree | b15ac9c2d2d0796cb11ebdaffc13af7e09577feb /ext/bg | |
parent | 2e87cd72bc87ebbb5eb25dd8e967f31ab14ca444 (diff) |
Collapse two-column options on smaller screens
Diffstat (limited to 'ext/bg')
-rw-r--r-- | ext/bg/settings.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ext/bg/settings.html b/ext/bg/settings.html index ccd749b9..093a3c26 100644 --- a/ext/bg/settings.html +++ b/ext/bg/settings.html @@ -49,6 +49,16 @@ [data-browser=firefox-mobile] [data-show-for-browser~=firefox-mobile] { display: initial; } + + @media screen and (max-width: 740px) { + .col-xs-6 { + float: none; + width: 100%; + } + .col-xs-6+.col-xs-6 { + margin-top: 15px; + } + } </style> </head> <body> |