fixing avatar height in postboard

This commit is contained in:
myleneb 2015-09-15 21:33:54 +02:00
parent b26d1f0d88
commit 946ecbb611
2 changed files with 8 additions and 2 deletions

View File

@ -243,7 +243,7 @@ html, body {
html {
font-size: 15px;
background-color: #ddd;
background-image: url('../img/bg.png?1442064299');
background-image: url('../img/bg.png?1442230326');
background-attachment: fixed;
}
@ -446,7 +446,7 @@ button.light:hover, .light.show-more-followers:hover, a.button.light:hover {
max-width: 100%;
width: 1200px;
margin: auto;
background: url('../img/logo.png?1442064299') no-repeat 50% 50%;
background: url('../img/logo.png?1442230326') no-repeat 50% 50%;
background-size: 20px;
}
.userMenu > ul li {
@ -1399,6 +1399,8 @@ button.light:hover, .light.show-more-followers:hover, a.button.light:hover {
overflow: hidden;
width: 48px;
margin: 0 15px 15px 0;
max-height: 60px;
clear: both;
}
.post-photo img {
width: 100%;

View File

@ -83,6 +83,7 @@
+transition-timing-function(ease-out)
color: $defaut-font-color
cursor: pointer
&:hover
color: #000
@ -137,6 +138,8 @@
overflow: hidden
width: $mini-usr-img
margin: 0 15px 15px 0
max-height: 60px
clear: both
img
width: 100%
height: auto!important
@ -192,6 +195,7 @@
font-size: .8rem
line-height: .8rem
margin: 2px 0 4px 60px
color: lighten($dark-grey,30%)
&.post-retransmited-by-container
margin: 0 0 1em