mirror of
https://github.com/Eugeny/tabby.git
synced 2025-10-04 14:04:56 +00:00
ui: new theme contrast fixes - fixed #8128
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user