Vertically center icons when container name is " ".

This commit is contained in:
Lesley Norton 2021-10-26 21:31:56 -05:00
parent d305add826
commit d361ca9266
No known key found for this signature in database
GPG key ID: E98FBAEE3F13956E

View file

@ -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 {