fix: convert all css properties to logical

This commit is contained in:
kolaente
2025-08-02 10:29:21 +02:00
parent 654e397638
commit 16f7fa087a
89 changed files with 239 additions and 239 deletions

View File

@@ -357,7 +357,7 @@ onBeforeUnmount(() => {
.handle {
opacity: 1;
transition: opacity $transition;
margin-right: .25rem;
margin-inline-end: .25rem;
cursor: grab;
}
@@ -373,10 +373,10 @@ onBeforeUnmount(() => {
}
.list-view {
padding-bottom: 1rem;
padding-block-end: 1rem;
:deep(.card) {
margin-bottom: 0;
margin-block-end: 0;
}
}
</style>