mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
* PLT-5863 - Fixing overflow in modals * PLT-6545 - Fix for Code block tag on mobile * PLT-6549 - Fixing integrations UI * PLT-6506 - Large embedded images producting scroll
111 lines
2.0 KiB
SCSS
111 lines
2.0 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) {
|
|
.inner-wrap {
|
|
&.move--left {
|
|
.channel-header {
|
|
.heading {
|
|
width: 100px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.channel-header {
|
|
.search-bar__container {
|
|
.search__form {
|
|
width: 150px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.integration-option {
|
|
width: 280px;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 992px) {
|
|
.modal-lg {
|
|
width: 700px;
|
|
}
|
|
}
|