This commit is contained in:
kolaente
2025-11-15 18:10:44 +01:00
parent 1f72999313
commit ca90b9e5d4
2 changed files with 5 additions and 5 deletions

View File

@@ -207,16 +207,16 @@ function showDeleteDialoge(label: ILabel) {
.label-edit-button {
border-radius: 100%;
background-color: rgba(0,0,0,0.2);
width: 1rem;
height: 1rem;
inline-size: 1rem;
block-size: 1rem;
display: flex;
align-items: center;
justify-content: center;
color: #fff; // always white
color: #ffffff; // always white
margin-inline-start: .25rem;
.icon {
height: .5rem;
block-size: .5rem;
}
}
</style>

View File

@@ -313,7 +313,7 @@ watchEffect(() => setTitle(pageTitle.value))
}
:deep(.message.info) {
width: 100%;
inline-size: 100%;
display: flex;
align-items: center;
justify-content: center;