Files
mostlymatter/webapp/sass/responsive/_desktop.scss
Asaad Mahmood a5f1a77fa5 Ui improvements (#7092)
* PLT-7121 - Making channel header text dynamic

* PLT-7268 - Fixing search results in compact view

* PLT-7248 - Adjusting space between post controls

* PLT-7303 - Fixing manage members button

* Revert "PLT-7303 - Fixing manage members button"

This reverts commit 7dcb68a8e333a2c95444d417ed9a244c9c30aa99.
2017-08-04 23:45:59 +08:00

101 строка
1.9 KiB
SCSS

@charset 'UTF-8';
@media screen and (max-width: 1800px) {
.inner-wrap {
&.move--left,
&.webrtc--show {
.date-separator,
.new-separator {
&.hovered--comment {
&:before,
&:after {
background: none;
}
}
}
}
}
}
@media screen and (max-width: 1440px) {
.inner-wrap {
&.move--left,
&.webrtc--show {
.help__format-text {
display: none;
}
}
}
.date-separator,
.new-separator {
&.hovered--comment {
&:before,
&:after {
background: none !important;
}
}
}
.backstage-content {
margin: 46px 46px 46px 150px;
}
}
@media screen and (max-width: 1140px) {
.tip-overlay {
&.tip-overlay--chat {
margin: -10px 0 0 -10px;
.arrow {
left: auto;
right: 15px;
}
}
}
.help__format-text {
display: none;
}
.inner-wrap {
&.move--left,
&.webrtc--show {
.file-overlay {
font-size: em(18px);
.overlay__circle {
height: 300px;
margin: -150px 0 0 -150px;
width: 300px;
}
.overlay__files {
margin: 60px auto 15px;
width: 150px;
}
}
}
}
}
@media (max-width: 1024px) {
.channel-header {
.search-bar__container {
.search__form {
width: 150px;
}
}
}
.integration-option {
width: 280px;
}
}
@media (min-width: 992px) {
.modal-lg {
width: 700px;
}
}