Fix centering of permission grant page

This commit is contained in:
William Oldham
2024-03-15 18:53:44 +00:00
parent 8ba0544468
commit de0a1b3849

View File

@@ -13,7 +13,7 @@ body {
#__plasmo { #__plasmo {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
min-height: 100%; height: 100%;
background-color: #0A0A10; background-color: #0A0A10;
} }