Fix some styling

This commit is contained in:
mrjvs
2024-02-07 19:07:01 +01:00
parent f9444c87fb
commit f9323c1fe3
8 changed files with 52 additions and 53 deletions

View File

@@ -4,7 +4,9 @@ import { Icon } from './Icon';
export function DisabledScreen() {
return (
<div className="disabled">
<Icon name="warningCircle" />
<div className="icon">
<Icon name="warningCircle" />
</div>
<p>
The <strong>movie-web extension</strong> can not be used on this page
</p>