summaryrefslogtreecommitdiff
path: root/ext/bg
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2019-09-05 18:45:42 -0400
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2019-09-05 18:45:42 -0400
commitfb8cb3db43c38e5a984cf4a45b5b9def311cf0a0 (patch)
treeb15ac9c2d2d0796cb11ebdaffc13af7e09577feb /ext/bg
parent2e87cd72bc87ebbb5eb25dd8e967f31ab14ca444 (diff)
Collapse two-column options on smaller screens
Diffstat (limited to 'ext/bg')
-rw-r--r--ext/bg/settings.html10
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>