fix commands and stylign

This commit is contained in:
SpikeHD
2022-05-11 19:47:44 -07:00
parent 414a9eaa86
commit 3ee8ee7061
6 changed files with 37 additions and 10 deletions

View File

@@ -16,3 +16,19 @@
border-radius: 10px;
}
.MiniDialogTop {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
height: 20px;
}
.MiniDialogTop img {
height: 100%;
}
.MiniDialogTop:hover {
cursor: pointer;
}