mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2025-06-06 11:08:44 +00:00
Fix CSS issues
- fix text wrapping on reply popup - fix margin for media links
This commit is contained in:
parent
471e73d200
commit
856fe9e8c7
3 changed files with 21 additions and 29 deletions
|
@ -41,7 +41,6 @@
|
|||
max-width: 280px;
|
||||
vertical-align: bottom;
|
||||
object-fit: contain;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.status-media-container {
|
||||
|
@ -49,6 +48,11 @@
|
|||
overflow: auto;
|
||||
}
|
||||
|
||||
.status-media-container>a {
|
||||
margin-bottom: 5px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.status-profile-img-container {
|
||||
margin-right: 8px;
|
||||
display: inline-block;
|
||||
|
@ -187,16 +191,12 @@
|
|||
margin-left: 8px;
|
||||
}
|
||||
|
||||
.status-reply-to {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.status-reply-to-link {
|
||||
font-size: 10pt
|
||||
}
|
||||
|
||||
.status-reply-container {
|
||||
word-break: break-all;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
.status-reply-container .fa {
|
||||
|
@ -209,10 +209,6 @@
|
|||
font-size: 10pt;
|
||||
}
|
||||
|
||||
.status-reply {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.status-reply-link {
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
@ -256,6 +252,7 @@
|
|||
}
|
||||
|
||||
.user-profile-decription {
|
||||
overflow-wrap: break-word;
|
||||
margin: 8px 0;
|
||||
}
|
||||
|
||||
|
@ -315,7 +312,6 @@ a:hover,
|
|||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.img-link:hover .status-nsfw-overlay {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue