Skip to content

Commit e75fec1

Browse files
author
Vianpyro
committed
Simplify loading spinner positioning using inset property
1 parent b827973 commit e75fec1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

css/main.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,7 @@ header {
5959

6060
#loading-spinner {
6161
position: fixed;
62-
top: 0;
63-
left: 0;
64-
right: 0;
65-
bottom: 0;
62+
inset: 0;
6663
display: flex;
6764
justify-content: center;
6865
align-items: center;

0 commit comments

Comments
 (0)