mirror of
https://github.com/ZeroCatDev/Classworks.git
synced 2025-07-01 16:49:22 +00:00
Enhance RandomPicker component with persistent dialog feature and clean up global styles by removing unnecessary whitespace. Update styles for hover effects and ensure consistent formatting across SCSS files.
This commit is contained in:
parent
3c722875dd
commit
590cffc6e6
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<v-dialog v-model="dialog" max-width="600" fullscreen-breakpoint="sm">
|
||||
<v-dialog v-model="dialog" max-width="600" fullscreen-breakpoint="sm" persistent>
|
||||
<v-card class="random-picker-card">
|
||||
<v-card-title class="text-h5 d-flex align-center">
|
||||
<v-icon icon="mdi-account-question" class="mr-2" />
|
||||
|
@ -76,6 +76,7 @@ html {
|
||||
.fullscreen-mode {
|
||||
.v-app-bar {
|
||||
background-color: rgba(var(--v-theme-surface-variant), 0.85) !important;
|
||||
-webkit-backdrop-filter: blur(10px);
|
||||
backdrop-filter: blur(10px);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user