Verbessere das Styling der Zeit- und Pauseneinträge durch Anpassung von Zeilenhöhe und Abständen.
All checks were successful
Deploy production / deploy (push) Successful in 37s
All checks were successful
Deploy production / deploy (push) Successful in 37s
This commit is contained in:
@@ -507,6 +507,7 @@ onBeforeUnmount(() => {
|
|||||||
.time-entry {
|
.time-entry {
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
font-size: 0.9rem;
|
font-size: 0.9rem;
|
||||||
|
line-height: 1.2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pause-entry {
|
.pause-entry {
|
||||||
@@ -527,11 +528,15 @@ onBeforeUnmount(() => {
|
|||||||
.total-work-time {
|
.total-work-time {
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
color: #333;
|
color: #333;
|
||||||
|
margin-bottom: 4px;
|
||||||
|
line-height: 1.2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.total-pause-time {
|
.total-pause-time {
|
||||||
color: #666;
|
color: #666;
|
||||||
font-size: 0.9rem;
|
font-size: 0.85rem;
|
||||||
|
margin-bottom: 4px;
|
||||||
|
line-height: 1.2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.net-work-time {
|
.net-work-time {
|
||||||
|
|||||||
Reference in New Issue
Block a user