Multiple UI Improvements (#4420)
Этот коммит содержится в:
коммит произвёл
Corey Hulen
родитель
58cc061b38
Коммит
b8fcc0a5c4
@@ -192,7 +192,11 @@
|
||||
&.post--compact {
|
||||
.status-wrapper {
|
||||
&:after {
|
||||
bottom: 12px;
|
||||
bottom: 3px;
|
||||
|
||||
.sidebar--right & {
|
||||
bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1305,6 +1309,24 @@
|
||||
}
|
||||
|
||||
@media screen and (max-width: 480px) {
|
||||
.sidebar--right {
|
||||
.post {
|
||||
&.post--compact {
|
||||
.post__header {
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.post__header {
|
||||
.col__name {
|
||||
.user-popover {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.backstage-header {
|
||||
h1 {
|
||||
float: none;
|
||||
|
||||
@@ -1,6 +1,14 @@
|
||||
@charset 'UTF-8';
|
||||
|
||||
@media screen and (max-width: 960px) {
|
||||
.channel-header {
|
||||
.search-bar__container {
|
||||
.search__form {
|
||||
width: 150px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.signup-team__container {
|
||||
&.branded {
|
||||
display: block;
|
||||
|
||||
Ссылка в новой задаче
Block a user