Merge pull request #30 from emmawinston/fix-default-mascot-behaviour

Fix default mascot behaviour in advanced web view
This commit is contained in:
Darius Kazemi
2019-10-10 08:56:05 -07:00
committed by GitHub
2 changed files with 19 additions and 8 deletions

View File

@ -2528,19 +2528,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;
}
}
@ -6592,11 +6592,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,