Update settingsTabBody.component.ts

increase the value of max-width to avoid shadowing the font size in the Settings (Settings - Appearance - Font).
This commit is contained in:
qyecst
2023-06-24 03:27:37 +08:00
committed by GitHub
parent 60a63d9c65
commit 1579356d54

View File

@@ -9,7 +9,7 @@ import { SettingsTabProvider } from '../api'
:host {
display: block;
padding-bottom: 20px;
max-width: 500px;
max-width: 600px;
}
`],
})