mirror of
https://github.com/penpot/penpot.git
synced 2025-07-31 19:28:29 +02:00
✨ Chanage dashboard sidebar
This commit is contained in:
parent
fd1d564f03
commit
9bd042dee0
2 changed files with 5 additions and 5 deletions
|
@ -17,7 +17,7 @@
|
||||||
background-color: $color-white;
|
background-color: $color-white;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-rows: 50px 1fr;
|
grid-template-rows: 50px 1fr;
|
||||||
grid-template-columns: 40px 180px 1fr;
|
grid-template-columns: 40px 220px 1fr;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
|
|
||||||
.dashboard-sidebar {
|
.dashboard-sidebar {
|
||||||
|
|
|
@ -40,11 +40,11 @@
|
||||||
top: 50px;
|
top: 50px;
|
||||||
z-index: 12;
|
z-index: 12;
|
||||||
max-height: 30rem;
|
max-height: 30rem;
|
||||||
min-width: 189px;
|
min-width: 230px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.options-dropdown {
|
.options-dropdown {
|
||||||
left: 80px;
|
left: 117px;
|
||||||
top: 50px;
|
top: 50px;
|
||||||
z-index: 12;
|
z-index: 12;
|
||||||
max-height: 30rem;
|
max-height: 30rem;
|
||||||
|
@ -63,7 +63,7 @@
|
||||||
.switch-options {
|
.switch-options {
|
||||||
display: flex;
|
display: flex;
|
||||||
max-width: 22px;
|
max-width: 22px;
|
||||||
min-width: 22px;
|
min-width: 28px;
|
||||||
border-left: 1px solid $color-gray-10;
|
border-left: 1px solid $color-gray-10;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -111,7 +111,7 @@
|
||||||
.team-text {
|
.team-text {
|
||||||
color: $color-gray-60;
|
color: $color-gray-60;
|
||||||
@include text-ellipsis;
|
@include text-ellipsis;
|
||||||
width: 100px;
|
width: 130px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue