Этот коммит содержится в:
Asaad Mahmood
2016-05-19 18:29:15 +05:00
коммит произвёл Harrison Healey
родитель c868620693
Коммит 5ea7d9bbef
15 изменённых файлов: 84 добавлений и 45 удалений

Просмотреть файл

@@ -55,18 +55,14 @@
.post-code__language {
@include opacity(0);
@include translate3d(0, 0, 0);
@include transition(opacity, .6s);
background: #21586d;
border-radius: 0 .25em;
border-radius: 0 0 0 2px;
color: $white;
padding: 4px 10px 5px;
position: absolute;
right: 0;
top: 0;
-webkit-transition: opacity 0.6s;
-moz-transition: opacity 0.6s;
-o-transition: opacity 0.6s;
transition: opacity 0.6s;
z-index: 5;
}

Просмотреть файл

@@ -600,6 +600,12 @@ body.ios {
}
}
.post__img {
img {
display: none;
}
}
.post__header {
height: 0;
margin: 0;
@@ -619,9 +625,11 @@ body.ios {
display: none;
}
.post__img {
img {
display: none;
&.same--user {
.post__img {
img {
display: none;
}
}
}
}
@@ -718,11 +726,11 @@ body.ios {
}
.post__img {
width: 46px;
width: 42px;
svg {
height: 36px;
width: 36px;
height: 32px;
width: 32px;
}
path {
@@ -731,9 +739,9 @@ body.ios {
img {
@include border-radius(50px);
height: 36px;
height: 32px;
vertical-align: inherit;
width: 36px;
width: 32px;
}
}

Просмотреть файл

@@ -40,7 +40,7 @@
}
.dropdown-menu {
max-height: 400px;
max-height: 80vh;
max-width: 200px;
overflow-x: hidden;
overflow-y: auto;
@@ -140,6 +140,12 @@
text-transform: uppercase;
}
.divider {
& + .divider {
display: none;
}
}
> a {
border-radius: 0;
line-height: 1.5;