mirror of
https://github.com/twisterarmy/theme_nin.git
synced 2025-01-28 23:54:26 +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;
|
||||
width: 48px;
|
||||
margin: 0 15px 15px 0;
|
||||
max-height: 60px;
|
||||
max-height: 48px;
|
||||
clear: both;
|
||||
}
|
||||
.post-photo img {
|
||||
@ -1550,6 +1550,7 @@ button.light:hover, .light.show-more-followers:hover, a.button.light:hover {
|
||||
|
||||
.post-stats {
|
||||
float: left;
|
||||
clear: left;
|
||||
}
|
||||
.post-stats li {
|
||||
display: inline-block;
|
||||
|
@ -138,7 +138,7 @@
|
||||
overflow: hidden
|
||||
width: $mini-usr-img
|
||||
margin: 0 15px 15px 0
|
||||
max-height: 60px
|
||||
max-height: $mini-usr-img
|
||||
clear: both
|
||||
img
|
||||
width: 100%
|
||||
@ -283,6 +283,7 @@
|
||||
|
||||
.post-stats
|
||||
float: left
|
||||
clear: left
|
||||
li
|
||||
display: inline-block
|
||||
&.stat-count
|
||||
|
Loading…
x
Reference in New Issue
Block a user