diff options
author | cwm <chriswmartin@protonmail.com> | 2017-12-08 20:45:18 -0600 |
---|---|---|
committer | cwm <chriswmartin@protonmail.com> | 2017-12-08 20:45:18 -0600 |
commit | 28423dd0465cd88f274556023d6c6536199a1a53 (patch) | |
tree | 65c93feabcdbed099f8022cb9e1338ab2e4817d9 | |
parent | b165950ca76f45bc04a730d61853063c0100914c (diff) |
merge tootsuite pr #5904 into glitch flavour
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/index.scss | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/index.scss b/app/javascript/flavours/glitch/styles/components/index.scss index db51b164d..03874845e 100644 --- a/app/javascript/flavours/glitch/styles/components/index.scss +++ b/app/javascript/flavours/glitch/styles/components/index.scss @@ -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%); |