left -> inset-inline-start

This commit is contained in:
FarisZR 2022-03-03 20:50:40 +03:00
parent f52bd5b11d
commit 978c8925b1

View File

@ -25,7 +25,7 @@
label { label {
position: absolute; position: absolute;
top: 15px; top: 15px;
left: 20px; inset-inline-start: 20px;
font-size: 1.4rem; font-size: 1.4rem;
color: var(--card-text-color-tertiary); color: var(--card-text-color-tertiary);
} }
@ -52,7 +52,7 @@
button { button {
position: absolute; position: absolute;
right: 0; inset-inline-end: 0;
top: 0; top: 0;
height: 100%; height: 100%;
width: var(--button-size); width: var(--button-size);
@ -79,4 +79,5 @@
height: 20px; height: 20px;
} }
} }
} }