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
10 lines
No EOL
162 B
CSS
10 lines
No EOL
162 B
CSS
.topbar {
|
|
width: 100vw;
|
|
height: 10%;
|
|
z-index: 5;
|
|
display: flex;
|
|
justify-content: baseline;
|
|
}
|
|
.topbar-span .children {
|
|
margin-left: 10px;
|
|
} |