mirror of
https://github.com/mue/mue.git
synced 2026-06-11 11:08:45 +02:00
fix: Firefox text-rendering issues
This commit is contained in:
@@ -147,7 +147,7 @@ function NavbarOptions() {
|
||||
|
||||
useEffect(() => {
|
||||
localStorage.setItem(settingName, isDisabled ? 'false' : 'true');
|
||||
}, [isDisabled]);
|
||||
}, [isDisabled, settingName]);
|
||||
|
||||
const handleClick = () => {
|
||||
setIsDisabled(!isDisabled);
|
||||
|
||||
@@ -5,6 +5,8 @@ body {
|
||||
background: #000;
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
text-rendering: optimizeLegibility !important;
|
||||
-moz-text-rendering: optimizeLegibility !important;
|
||||
}
|
||||
|
||||
* {
|
||||
|
||||
Reference in New Issue
Block a user