CSS styling overhaul

FIXED Issue with rendering time - minutes now in fixed 2-digit format
ADD Sidebar Topbar components to help with UI/UX
ADD Avatar and Menu PNG files for style
TODO Improve styling
ET AL removed redundant code
This commit is contained in:
Zhongheng Liu 2024-01-31 21:07:45 +02:00
commit 4117c11c35
No known key found for this signature in database
16 changed files with 261 additions and 66 deletions

10
src/Topbar/Topbar.css Normal file
View file

@ -0,0 +1,10 @@
.topbar {
width: 100vw;
height: 10%;
z-index: 5;
display: flex;
justify-content: baseline;
}
.topbar-span .children {
margin-left: 10px;
}