Vertically center icons when container name is " ".
This commit is contained in:
parent
d305add826
commit
d361ca9266
1 changed files with 3 additions and 0 deletions
|
@ -1752,6 +1752,8 @@ h3.title {
|
|||
block-size: var(--menuItemHeight);
|
||||
inline-size: 100%;
|
||||
line-height: var(--menuItemHeight);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.menu-text {
|
||||
|
@ -1762,6 +1764,7 @@ h3.title {
|
|||
.menu-item td {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.menu-item.drag-over td {
|
||||
|
|
Loading…
Add table
Reference in a new issue