mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-05-01 16:58:21 -05:00
fix: convert all css properties to logical
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user