mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2024-11-05 04:29:21 +02:00
Fix status content style
This commit is contained in:
parent
a24d87ad20
commit
51bdb20402
|
@ -13,7 +13,7 @@
|
|||
}
|
||||
|
||||
.status-content {
|
||||
margin: 4px 0 8px 0;
|
||||
margin: 4px 0;
|
||||
word-wrap: anywhere;
|
||||
}
|
||||
|
||||
|
@ -21,6 +21,10 @@
|
|||
margin: 0px;
|
||||
}
|
||||
|
||||
.status-media-container {
|
||||
margin: 4px 0;
|
||||
}
|
||||
|
||||
.status-profile-img-container {
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
@ -60,16 +64,15 @@
|
|||
}
|
||||
|
||||
.status-action {
|
||||
display: flex;
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
.status-action a {
|
||||
display: flex;
|
||||
margin: 0 4px;
|
||||
width: 64px;
|
||||
display: inline-block;
|
||||
min-width: 64px;
|
||||
text-decoration: none;
|
||||
color: #333333;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.status-action a:hover {
|
||||
|
|
Loading…
Reference in New Issue