Make Operator Layout (#442)

* Operator Layout

* style: Add OnTime colors and adjust playback block

* clean: Format Code

* style: Operator

* fix: Revert Pnpm Lock

* fix: Fix Imports
This commit is contained in:
arihanv
2023-07-14 15:41:09 -05:00
committed by GitHub
parent 50f7bd1227
commit 465550130b
9 changed files with 1875 additions and 1987 deletions
@@ -1,27 +1,26 @@
.alias{
background-color: red;
width: fit-content;
height: fit-content;
padding: 0.2rem;
align-items: center;
.alias {
background-color: red;
width: fit-content;
height: fit-content;
padding: 0.2rem;
align-items: center;
}
.title{
font-size: 1rem;
.title {
font-size: 1rem;
}
.time{
display: flex;
flex-direction: column;
font-size: 0.65rem;
text-align: right;
.time {
display: flex;
flex-direction: column;
font-size: 0.65rem;
text-align: right;
}
.time > div {
margin-bottom: -4px; /* Adjust the value as needed */
}
margin-bottom: -4px; /* Adjust the value as needed */
}
.title{
flex: 1;
}
.title {
flex: 1;
}