Files
mostlymatter/webapp/sass/responsive/_desktop.scss
Asaad Mahmood dc6862079a Release 4.0 bug fixes (#6911)
* PLT-7098 - Back arrow cut off in sidebar

* PLT-7089 - Fixing channel name truncation
2017-07-12 22:48:35 +09:00

117 строки
2.2 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;
}
}
.heading {
max-width: calc(100vw - 800px);
.multi-teams & {
max-width: calc(100vw - 775px);
}
}
}
.channel-header__info {
.channel-header__description {
.multi-teams & {
max-width: calc(100vw - 730px);
}
}
}
.integration-option {
width: 280px;
}
}
@media (min-width: 992px) {
.modal-lg {
width: 700px;
}
}