pl-fe: improve styling

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2025-10-19 14:42:36 +02:00
parent 1ce1489a66
commit 15ea4bf15c
2 changed files with 9 additions and 3 deletions

View File

@ -1,5 +1,10 @@
.loading-indicator-wrapper {
@apply h-screen w-screen flex justify-center items-center;
height: 100vh;
height: 100dvh;
width: 100vw;
display: flex;
justify-content: center;
align-items: center;
}
.loading-indicator {
@ -7,7 +12,9 @@
}
.loading-indicator__container {
@apply w-10 h-10 relative;
width: 2.5rem;
height: 2.5rem;
position: relative;
}
.loading-indicator__figure {

View File

@ -17,7 +17,6 @@
.d-screen {
height: 100vh; /* Backwards compatibility */
/* stylelint-disable-next-line unit-no-unknown */
height: 100dvh;
}