mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-29 18:06:15 -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;
|
||||
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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue