feat: Add Operator List

This commit is contained in:
arihanv
2023-07-03 00:22:10 -05:00
parent 7a6158584a
commit 50f7bd1227
8 changed files with 116 additions and 13 deletions
@@ -0,0 +1,27 @@
.alias{
background-color: red;
width: fit-content;
height: fit-content;
padding: 0.2rem;
align-items: center;
}
.title{
font-size: 1rem;
}
.time{
display: flex;
flex-direction: column;
font-size: 0.65rem;
text-align: right;
}
.time > div {
margin-bottom: -4px; /* Adjust the value as needed */
}
.title{
flex: 1;
}