Skip to content

Commit 155c047

Browse files
fabienSvstrfabienSvtr
authored andcommitted
[MS] Workspace Item - Improve UI Design
1 parent be8d1ce commit 155c047

File tree

10 files changed

+291
-226
lines changed

10 files changed

+291
-226
lines changed

client/src/components/workspaces/WorkspaceCard.vue

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ async function onOptionsClick(event: Event): Promise<void> {
146146
border-radius: var(--parsec-radius-6);
147147
transition: color 150ms ease-out;
148148
position: absolute;
149-
right: 1rem;
150-
top: 3.75rem;
149+
right: 0.75rem;
150+
top: 0.75rem;
151151
z-index: 10;
152152
153153
&__on {
@@ -188,6 +188,7 @@ async function onOptionsClick(event: Event): Promise<void> {
188188
overflow: hidden;
189189
text-overflow: ellipsis;
190190
white-space: nowrap;
191+
margin-right: 1.125rem;
191192
192193
ion-text {
193194
width: 100%;
@@ -208,6 +209,7 @@ async function onOptionsClick(event: Event): Promise<void> {
208209
font-size: 1rem;
209210
padding: 0.25rem;
210211
border-radius: 50%;
212+
background: var(--parsec-color-light-secondary-white);
211213
}
212214
213215
.cloud-overlay-ok {
@@ -230,7 +232,7 @@ async function onOptionsClick(event: Event): Promise<void> {
230232
}
231233
232234
&:hover {
233-
background: var(--parsec-color-light-primary-50) !important;
235+
background: var(--parsec-color-light-primary-50);
234236
}
235237
}
236238

0 commit comments

Comments
 (0)