0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-25 07:58:49 -05:00

Chanage dashboard sidebar

This commit is contained in:
elhombretecla 2020-11-04 08:59:55 +01:00
parent fd1d564f03
commit 9bd042dee0
2 changed files with 5 additions and 5 deletions

View file

@ -17,7 +17,7 @@
background-color: $color-white;
display: grid;
grid-template-rows: 50px 1fr;
grid-template-columns: 40px 180px 1fr;
grid-template-columns: 40px 220px 1fr;
height: 100vh;
.dashboard-sidebar {

View file

@ -40,11 +40,11 @@
top: 50px;
z-index: 12;
max-height: 30rem;
min-width: 189px;
min-width: 230px;
}
.options-dropdown {
left: 80px;
left: 117px;
top: 50px;
z-index: 12;
max-height: 30rem;
@ -63,7 +63,7 @@
.switch-options {
display: flex;
max-width: 22px;
min-width: 22px;
min-width: 28px;
border-left: 1px solid $color-gray-10;
justify-content: center;
align-items: center;
@ -111,7 +111,7 @@
.team-text {
color: $color-gray-60;
@include text-ellipsis;
width: 100px;
width: 130px;
}
}