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 {
|
||||
margin-bottom: 4px;
|
||||
font-size: 0.9rem;
|
||||
line-height: 1.2rem;
|
||||
}
|
||||
|
||||
.pause-entry {
|
||||
@@ -527,11 +528,15 @@ onBeforeUnmount(() => {
|
||||
.total-work-time {
|
||||
font-weight: 500;
|
||||
color: #333;
|
||||
margin-bottom: 4px;
|
||||
line-height: 1.2rem;
|
||||
}
|
||||
|
||||
.total-pause-time {
|
||||
color: #666;
|
||||
font-size: 0.9rem;
|
||||
font-size: 0.85rem;
|
||||
margin-bottom: 4px;
|
||||
line-height: 1.2rem;
|
||||
}
|
||||
|
||||
.net-work-time {
|
||||
|
||||
Reference in New Issue
Block a user