ui: new theme contrast fixes - fixed #8128

This commit is contained in:
Eugene Pankov
2023-03-23 23:16:46 +01:00
parent a22f9a8b43
commit 01953ff064
5 changed files with 57 additions and 44 deletions

View File

@@ -5,7 +5,13 @@ import { SettingsTabProvider } from '../api'
@Component({
selector: 'settings-tab-body',
template: '<ng-template #placeholder></ng-template>',
styles: [`:host { display: block; padding-bottom: 20px; }`],
styles: [`
:host {
display: block;
padding-bottom: 20px;
max-width: 500px;
}
`],
})
export class SettingsTabBodyComponent {
@Input() provider: SettingsTabProvider