This commit is contained in:
Oscar Plaisant
2024-04-01 17:56:28 +02:00
parent 7d8f480760
commit b2eb62ad98
67 changed files with 2874 additions and 6269 deletions

View File

@@ -0,0 +1,20 @@
/* @settings
name: Quick Preview
id: quick-preview
settings:
-
id: quick-preview-font-size
title: Font size (%)
type: variable-number-slider
min: 10
max: 200
step: 1
default: 100
format: "%"
*/
.popover.hover-popover.quick-preview {
--layer-popover: calc(max(var(--layer-modal), var(--layer-notice)) + 1);
--popover-font-size: var(--quick-preview-font-size);
}