1205 - Updating workspace switcher css (#1211)

* 1205 - Updating workspace switcher css

* Updating workspace padding
This commit is contained in:
Asaad Mahmood 2021-09-16 23:27:23 +05:00 committed by GitHub
parent fbd513c37a
commit fd7be947c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 6 deletions

View File

@ -1,13 +1,13 @@
.Sidebar {
flex: 0 0 240px;
max-width: 240px;
display: flex;
flex-direction: column;
min-height: 100%;
color: rgb(var(--sidebar-text-rgb));
background-color: rgb(var(--sidebar-bg-rgb));
padding: 12px 0;
padding: 24px 0 12px;
&.hidden {
position: absolute;
@ -56,9 +56,7 @@
.WorkspaceTitle {
display: flex;
flex-direction: row;
padding: 0 16px;
margin-bottom: 12px;
font-weight: 600;
}

View File

@ -19,6 +19,9 @@
.workspaceTitle {
color: rgb(var(--center-channel-color-rgb));
font-size: 14px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.boardCount {

View File

@ -7,8 +7,8 @@
gap: 4px;
width: 100%;
position: relative;
padding: 12px 16px 0;
margin-bottom: 12px;
padding: 0 16px;
margin-bottom: 16px;
font-weight: 600;
> div:nth-child(2) {
@ -30,6 +30,13 @@
border-radius: 8px;
padding: 10px 16px;
cursor: pointer;
white-space: nowrap;
span {
max-width: 90%;
overflow: hidden;
text-overflow: ellipsis;
}
.icon-chevron-down {
margin-left: auto;