fix no-image-desc icon alignment

This commit is contained in:
f0x 2021-09-13 14:06:13 +02:00
commit 74ddbc5e3b
2 changed files with 10 additions and 2 deletions

View file

@ -91,7 +91,6 @@ main {
position: absolute;
bottom: 0.1rem;
right: 0.4rem;
content: "(!)";
color: white;
background: #5897df;
padding: 0.2rem 0.4rem;
@ -99,6 +98,11 @@ main {
z-index: 3;
}
.toot .media .no-image-desc i.fa {
display: block;
line-height: 1.3rem;
}
.toot .media .no-image-desc span {
margin-left: 0.3rem;
display: none;

View file

@ -91,13 +91,17 @@ main {
position: absolute;
bottom: 0.1rem;
right: 0.4rem;
content: "(!)";
color: white;
background: $blue;
padding: 0.2rem 0.4rem;
border-radius: 100%;
z-index: 3;
i.fa {
display: block;
line-height: 1.3rem;
}
span {
margin-left: 0.3rem;
display: none;