stuff
This commit is contained in:
parent
4df5330bfd
commit
fb18d627da
|
@ -253,6 +253,9 @@ module.exports = (_ => {
|
|||
overflow: visible;
|
||||
white-space: unset;
|
||||
}
|
||||
#status-picker${BDFDB.dotCN.menu} #status-picker-custom-status ${BDFDB.dotCN.customstatusitem} {
|
||||
grid-template-rows: minmax(24px, auto) 1fr;
|
||||
}
|
||||
#status-picker${BDFDB.dotCN.menu} #status-picker-custom-status ${BDFDB.dotCN.customstatusitemcustom},
|
||||
#status-picker${BDFDB.dotCN.menu} #status-picker-custom-status ${BDFDB.dotCN.customstatusitemcustomwithemoji} {
|
||||
display: flex;
|
||||
|
@ -278,6 +281,9 @@ module.exports = (_ => {
|
|||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.statusItem-33LqPf {
|
||||
grid-template-rows: minmax(24px, auto) 1fr;
|
||||
}
|
||||
${BDFDB.dotCN._customstatuspresetsdeletebutton} {
|
||||
display: flex;
|
||||
margin-right: 6px;
|
||||
|
|
|
@ -1830,6 +1830,9 @@ a.metadataName-14STf- {
|
|||
.colorDefault-2K3EoJ:active .status-1AY8sU {
|
||||
background-color: #fff !important;
|
||||
}
|
||||
#status-picker-custom-status .statusItem-33LqPf {
|
||||
grid-template-rows: minmax(24px, auto) 1fr;
|
||||
}
|
||||
|
||||
.icon-LYJorE { /* contextmenu icon */
|
||||
color: currentColor !important;
|
||||
|
|
Loading…
Reference in New Issue