mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-14 16:14:48 +01:00
fix commands and stylign
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user