Colors for lists and namespaces (#74)
Show colors for namespaces bigger Show colors for lists and namespaces Add changing color for lists Add changing color for namespace Co-authored-by: kolaente <k@knt.li> Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/74
This commit is contained in:
@ -130,9 +130,18 @@
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
|
||||
span:not(.icon) {
|
||||
span.name:not(.icon) {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
||||
.color-bubble {
|
||||
display: inline-block;
|
||||
vertical-align: initial;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
border-radius: 100%;
|
||||
margin-right: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
.is-archived {
|
||||
@ -149,8 +158,15 @@
|
||||
}
|
||||
}
|
||||
|
||||
.menu-label .is-archived {
|
||||
min-width: 85px;
|
||||
.menu-label {
|
||||
.color-bubble {
|
||||
width: 14px !important;
|
||||
height: 14px !important;
|
||||
}
|
||||
|
||||
.is-archived {
|
||||
min-width: 85px;
|
||||
}
|
||||
}
|
||||
|
||||
.nsettings{
|
||||
|
Reference in New Issue
Block a user