Fix default mascot behaviour in advanced web view

Corrected version of self-closed pull request #27
This commit is contained in:
Emma Winston
2019-10-09 20:22:18 +01:00
parent 247d2787fe
commit a443072f27
2 changed files with 19 additions and 8 deletions

View File

@ -2533,19 +2533,19 @@ a.account__display-name {
min-height: 47px;
display: none;
> img {
> img, svg {
display: block;
object-fit: contain;
object-position: bottom left;
width: 100%;
height: 100%;
height: auto;
pointer-events: none;
user-drag: none;
user-select: none;
}
@media screen and (min-height: 640px) {
display: block;
display: flex;
}
}
@ -6597,11 +6597,10 @@ noscript {
}
.drawer__inner__mastodon svg#hometownlogo {
position: absolute;
box-sizing: border-box;
fill: $secondary-text-color;
width: 100px;
height: 100px;
bottom: 0;
margin: 0 0 10px 10px;
align-self: flex-end;
}
div.status__content,