Skip to content

Commit fc13b6d

Browse files
committed
fix: adjust layout for column names and action buttons in cloud snippets
1 parent 18276f7 commit fc13b6d

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

src/css/manage/_cloud.scss

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ td.column-name {
226226

227227
.column-name {
228228
display: flex;
229+
justify-content: space-between;
229230

230231
h3 {
231232
display: inline-flex;
@@ -259,6 +260,7 @@ td.column-name {
259260

260261
.action-buttons {
261262
margin: 0;
263+
align-items: flex-end;
262264

263265
.button {
264266
inline-size: 100%;
@@ -267,7 +269,7 @@ td.column-name {
267269
}
268270
}
269271

270-
.cloud-snippets #the-list{
272+
.cloud-snippets #the-list {
271273
.column-download {
272274
display: flex;
273275
flex-flow: column;
@@ -290,7 +292,6 @@ td.column-name {
290292
gap: 5px;
291293
}
292294

293-
294295
.cloud-table > tbody > tr {
295296
block-size: 80px;
296297
box-shadow: inset 0 -1px 0 rgb(0 0 0 / 10%);
@@ -361,22 +362,22 @@ td.column-name {
361362

362363
@keyframes thumb {
363364
0% {
364-
transform: rotate(0)
365+
transform: rotate(0);
365366
}
366367

367368
33% {
368-
transform: rotate(7deg)
369+
transform: rotate(7deg);
369370
}
370371

371372
66% {
372-
transform: rotate(-15deg)
373+
transform: rotate(-15deg);
373374
}
374375

375376
90% {
376-
transform: rotate(5deg)
377+
transform: rotate(5deg);
377378
}
378379

379380
100% {
380-
transform: rotate(0)
381+
transform: rotate(0);
381382
}
382383
}

0 commit comments

Comments
 (0)