merge tootsuite pr #5904 into glitch flavour

lolsob-rspec
cwm 2017-12-08 20:45:18 -06:00
parent 2668d56334
commit a762aa7933
1 changed files with 5 additions and 1 deletions

View File

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