aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAjay Ramachandran <[email protected]>2022-02-24 13:50:51 -0500
committerGitHub <[email protected]>2022-02-24 13:50:51 -0500
commite11a8531fea1038ece0858ce059a47aee6c4c11e (patch)
tree74b9154578efa3d5458ec987d869b9b5b97ca054
parent05ba5540754934857ea0b0fa1540f27e509a05fd (diff)
parent87354009b5e00e817dfe2a31f5c51b75ab713de9 (diff)
downloadSponsorBlock-e11a8531fea1038ece0858ce059a47aee6c4c11e.tar.gz
SponsorBlock-e11a8531fea1038ece0858ce059a47aee6c4c11e.zip
Merge pull request #1205 from AronHK/settings
Settings css fixes
-rw-r--r--public/options/options.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/public/options/options.css b/public/options/options.css
index 83cf7931..a2a829a1 100644
--- a/public/options/options.css
+++ b/public/options/options.css
@@ -593,7 +593,7 @@ svg {
/* Top bar navigation for smaller screens */
-@media only screen and (max-height: 650px), only screen and (max-width: 1200px) {
+@media only screen and (max-height: 725px), only screen and (max-width: 1200px) {
#options-container {
flex-direction: column;
}
@@ -666,6 +666,8 @@ svg {
@media only screen and (max-width: 800px) {
#options {
padding: 0 15px;
- justify-content: left;
+ }
+ #options > div {
+ max-width: 100%;
}
} \ No newline at end of file