Fix float issue with avatars + smaller avatars (#2)
* Fix float issue with avatars + smaller avatars * Put clear style in CSS file
This commit is contained in:
parent
ae13db91b1
commit
317d406fc3
10
style.css
10
style.css
@ -1,5 +1,6 @@
|
|||||||
.status {
|
.status {
|
||||||
min-height: 75px;
|
min-height: 75px;
|
||||||
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
||||||
.reblog > p:first-of-type {
|
.reblog > p:first-of-type {
|
||||||
@ -13,15 +14,12 @@
|
|||||||
.avatar {
|
.avatar {
|
||||||
display: block;
|
display: block;
|
||||||
float: left;
|
float: left;
|
||||||
width: 17%;
|
width: 50px;
|
||||||
border-radius: 50%;
|
border-radius: 5%;
|
||||||
margin-right: .5em;
|
margin-right: .5em;
|
||||||
|
margin-bottom: .5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.username {
|
.username {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.status-text {
|
|
||||||
margin-left: 1em;
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user