1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-03-03 15:32:14 +02:00

Merge pull request #2263 from mattermost/MM-41342_revert-team-sidebar

MM-41342 Revert fixes related to using team sidebar in products
This commit is contained in:
Harrison Healey 2022-02-09 09:34:45 -05:00 committed by GitHub
commit 0d65c9eac9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@
}
}
@media screen and (max-width: 768px) {
@media screen and (max-width: 768px) {
.mobileWarning {display: flex;}
}
}
@ -48,7 +48,3 @@
width: 600px;
height: 468px;
}
.mainContentRow {
height: calc(100% - 40px);
}