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