Skip to content
This repository has been archived by the owner on Jan 5, 2025. It is now read-only.

Commit

Permalink
fix component <taskbar-clock> text align (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
black-backdoor authored Jan 4, 2025
1 parent 11166af commit 0b1572c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/taskbar/taskbar-clock.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class TaskbarClock extends HTMLElement {
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-end;
user-select: none;
}
Expand Down

0 comments on commit 0b1572c

Please sign in to comment.