improve AP resource UI

This commit is contained in:
les
2021-06-25 12:11:45 +02:00
parent afee09f010
commit 14fd416727
3 changed files with 46 additions and 17 deletions

View File

@@ -37,6 +37,9 @@ li {
.v-dialog {
width: 600px;
max-width: 800px;
&.v-dialog--fullscreen {
max-width: 100%;
}
}
.theme--dark.v-list {
@@ -116,4 +119,9 @@ li {
white-space: nowrap;
overflow: hidden;
display: block;
}
.cursorPointer {
cursor: pointer;
}