We already align the buttons correctly here, but otherwise they can use the same treatment as in the drive-menu. https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/issues/223
9 lines
192 B
CSS
9 lines
192 B
CSS
.place-menu-item .button {
|
|
border-radius: 99px;
|
|
padding: 3px;
|
|
min-height: auto;
|
|
}
|
|
|
|
.place-menu-item .button:ltr { margin-left: 6px; }
|
|
.place-menu-item .button:rtl { margin-right: 6px; }
|