Fix default mascot behaviour in advanced web view
Corrected version of self-closed pull request #27
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user