This commit is contained in:
kolaente 2025-11-15 18:10:44 +01:00
parent 1f72999313
commit ca90b9e5d4
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
2 changed files with 5 additions and 5 deletions

View File

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

View File

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