]> cat aescling's git repositories - mastodon.git/commitdiff
merge tootsuite pr #5904 into glitch flavour
authorcwm <chriswmartin@protonmail.com>
Sat, 9 Dec 2017 02:45:18 +0000 (20:45 -0600)
committercwm <chriswmartin@protonmail.com>
Sat, 9 Dec 2017 02:45:18 +0000 (20:45 -0600)
app/javascript/flavours/glitch/styles/components/index.scss

index db51b164d63b8969ce30049d59fef8ed6b1824c6..03874845e48742204f34ed39a48bf302e1390554 100644 (file)
@@ -4878,9 +4878,13 @@ noscript {
   flex-direction: column;
   border-radius: 8px;
   box-shadow: 2px 4px 15px rgba($base-shadow-color, 0.4);
-  width: 40vh;
+  width: 380px;
   overflow: hidden;
 
+  @media screen and (max-width: 420px) {
+    width: 90%;
+  }
+
   h4 {
     padding: 15px 0;
     background: lighten($ui-base-color, 13%);