mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-29 22:36:14 -06:00
fix no-image-desc icon alignment
This commit is contained in:
parent
781d7b8584
commit
74ddbc5e3b
2 changed files with 10 additions and 2 deletions
|
|
@ -91,7 +91,6 @@ main {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0.1rem;
|
bottom: 0.1rem;
|
||||||
right: 0.4rem;
|
right: 0.4rem;
|
||||||
content: "(!)";
|
|
||||||
color: white;
|
color: white;
|
||||||
background: #5897df;
|
background: #5897df;
|
||||||
padding: 0.2rem 0.4rem;
|
padding: 0.2rem 0.4rem;
|
||||||
|
|
@ -99,6 +98,11 @@ main {
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.toot .media .no-image-desc i.fa {
|
||||||
|
display: block;
|
||||||
|
line-height: 1.3rem;
|
||||||
|
}
|
||||||
|
|
||||||
.toot .media .no-image-desc span {
|
.toot .media .no-image-desc span {
|
||||||
margin-left: 0.3rem;
|
margin-left: 0.3rem;
|
||||||
display: none;
|
display: none;
|
||||||
|
|
|
||||||
|
|
@ -91,13 +91,17 @@ main {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0.1rem;
|
bottom: 0.1rem;
|
||||||
right: 0.4rem;
|
right: 0.4rem;
|
||||||
content: "(!)";
|
|
||||||
color: white;
|
color: white;
|
||||||
background: $blue;
|
background: $blue;
|
||||||
padding: 0.2rem 0.4rem;
|
padding: 0.2rem 0.4rem;
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
|
|
||||||
|
i.fa {
|
||||||
|
display: block;
|
||||||
|
line-height: 1.3rem;
|
||||||
|
}
|
||||||
|
|
||||||
span {
|
span {
|
||||||
margin-left: 0.3rem;
|
margin-left: 0.3rem;
|
||||||
display: none;
|
display: none;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue