Vertically center icons when container name is " ".
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user