The buttons currently appear more as an attachment to the label than as distinct controls. Address that by: - applying .button styling - increasing spacing between label and button - aligning buttons at the end https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/issues/223
8 lines
125 B
CSS
8 lines
125 B
CSS
.drive-menu-item { spacing: 12px; }
|
|
|
|
.drive-menu-item .button {
|
|
border-radius: 99px;
|
|
padding: 3px;
|
|
min-height: auto;
|
|
}
|