mirror of
https://github.com/mue/mue.git
synced 2026-07-13 12:07:45 +02:00
fix: various settings
This commit is contained in:
@@ -57,7 +57,7 @@ export default function AppearanceSettings() {
|
||||
|
||||
<h3>{appearance.accessibility.title}</h3>
|
||||
<Checkbox name='animations' text={appearance.animations} betaFeature={true} />
|
||||
<Slider title={appearance.accessibility.zoom} name='zoom' default='100' min='50' max='200' display='%'/>
|
||||
<Slider title={appearance.accessibility.widget_zoom} name='widgetzoom' default='100' min='50' max='200' display='%'/>
|
||||
<Slider title={appearance.accessibility.toast_duration} name='toastDisplayTime' default='2500' min='500' max='5000' display={' ' + appearance.accessibility.milliseconds} />
|
||||
</>
|
||||
);
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
background-attachment: fixed;
|
||||
zoom: 100% !important;
|
||||
}
|
||||
|
||||
#backgroundVideo {
|
||||
|
||||
Reference in New Issue
Block a user