mirror of
https://github.com/go-vikunja/vikunja.git
synced 2025-12-05 18:57:47 -06:00
fix
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -313,7 +313,7 @@ watchEffect(() => setTitle(pageTitle.value))
|
||||
}
|
||||
|
||||
:deep(.message.info) {
|
||||
width: 100%;
|
||||
inline-size: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
Reference in New Issue
Block a user