Remove center rule at non-center selector

This commit is contained in:
Gusted 2021-07-01 21:58:55 +02:00
parent 117a067bbe
commit af27f5e25d
No known key found for this signature in database
GPG Key ID: FD821B732837125F

View File

@ -3,8 +3,6 @@
left: 0; left: 0;
right: 0; right: 0;
bottom: 0; bottom: 0;
justify-content: center;
align-items: center;
display: flex; display: flex;
position: fixed; position: fixed;
background-color: rgba(0, 0, 0, 0.45); background-color: rgba(0, 0, 0, 0.45);