mirror of
https://github.com/twisterarmy/theme_nin.git
synced 2025-01-30 00:24:36 +00:00
fixing avatar height in postboard
This commit is contained in:
parent
946ecbb611
commit
06b40ecc4a
@ -1399,7 +1399,7 @@ button.light:hover, .light.show-more-followers:hover, a.button.light:hover {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
width: 48px;
|
width: 48px;
|
||||||
margin: 0 15px 15px 0;
|
margin: 0 15px 15px 0;
|
||||||
max-height: 60px;
|
max-height: 48px;
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
.post-photo img {
|
.post-photo img {
|
||||||
@ -1550,6 +1550,7 @@ button.light:hover, .light.show-more-followers:hover, a.button.light:hover {
|
|||||||
|
|
||||||
.post-stats {
|
.post-stats {
|
||||||
float: left;
|
float: left;
|
||||||
|
clear: left;
|
||||||
}
|
}
|
||||||
.post-stats li {
|
.post-stats li {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@ -138,7 +138,7 @@
|
|||||||
overflow: hidden
|
overflow: hidden
|
||||||
width: $mini-usr-img
|
width: $mini-usr-img
|
||||||
margin: 0 15px 15px 0
|
margin: 0 15px 15px 0
|
||||||
max-height: 60px
|
max-height: $mini-usr-img
|
||||||
clear: both
|
clear: both
|
||||||
img
|
img
|
||||||
width: 100%
|
width: 100%
|
||||||
@ -283,6 +283,7 @@
|
|||||||
|
|
||||||
.post-stats
|
.post-stats
|
||||||
float: left
|
float: left
|
||||||
|
clear: left
|
||||||
li
|
li
|
||||||
display: inline-block
|
display: inline-block
|
||||||
&.stat-count
|
&.stat-count
|
||||||
|
Loading…
x
Reference in New Issue
Block a user