Fix horizontal scrollbar in the team app
This commit is contained in:
parent
0bb536bf13
commit
edce0e2d6d
@ -19,6 +19,16 @@
|
|||||||
@roster-bg-color: #efefef;
|
@roster-bg-color: #efefef;
|
||||||
|
|
||||||
#cp-sidebarlayout-container {
|
#cp-sidebarlayout-container {
|
||||||
|
@media screen and (max-width: 900px) {
|
||||||
|
.cp-app-drive-toolbar-leftside {
|
||||||
|
.cp-dropdown-button-title span:last-child {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.cp-toolbar-share-button span:last-child {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
div#cp-sidebarlayout-rightside.cp-rightside-drive {
|
div#cp-sidebarlayout-rightside.cp-rightside-drive {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
& > .cp-team-chat {
|
& > .cp-team-chat {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user