Browse Source

Refine dashboard customize view

Signed-off-by: Quentin Guidée <quentin.guidee@gmail.com>
tags/v24.0.0beta1
Quentin Guidée 2 years ago
parent
commit
1631a6c078
No account linked to committer's email address
3 changed files with 17 additions and 7 deletions
  1. 14
    4
      apps/dashboard/src/App.vue
  2. 2
    2
      dist/dashboard-main.js
  3. 1
    1
      dist/dashboard-main.js.map

+ 14
- 4
apps/dashboard/src/App.vue View File

@@ -564,22 +564,32 @@ export default {
}
li {
label {
position: relative;
display: block;
padding: 48px 8px 16px 8px;
padding: 48px 16px 14px 16px;
margin: 8px;
width: 160px;
width: 140px;
background-color: var(--color-background-hover);
border: 2px solid var(--color-main-background);
border-radius: var(--border-radius-large);
background-size: 24px;
background-position: center 16px;
text-align: center;
background-position: 16px 16px;
text-align: left;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;

&:hover {
border-color: var(--color-primary);
}
}

input[type='checkbox'].checkbox + label:before {
position: absolute;
right: 12px;
top: 16px;
}

input:focus + label {
border-color: var(--color-primary);
}

+ 2
- 2
dist/dashboard-main.js
File diff suppressed because it is too large
View File


+ 1
- 1
dist/dashboard-main.js.map
File diff suppressed because it is too large
View File


Loading…
Cancel
Save