mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
Fix checkbox alignment for dailies
This commit is contained in:
@@ -422,11 +422,13 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.left-control {
|
.left-control {
|
||||||
|
align-items: center;
|
||||||
border-top-left-radius: 2px;
|
border-top-left-radius: 2px;
|
||||||
border-bottom-left-radius: 2px;
|
border-bottom-left-radius: 2px;
|
||||||
min-height: 60px;
|
min-height: 60px;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
border-right: none;
|
border-right: none;
|
||||||
|
flex-direction: row;
|
||||||
|
|
||||||
& + .task-content {
|
& + .task-content {
|
||||||
border-left: none;
|
border-left: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user