B00merang-Project / macOS

macOS theme for Gnome and GTK-based desktops
http://b00merang.weebly.com/macos.html
GNU General Public License v3.0
744 stars 118 forks source link

Margin on Cinnamon menu wrong #89

Closed VK2BEA closed 3 years ago

VK2BEA commented 4 years ago

The margin/padding in Cinnamon menu is wrong.. (see image below .. the text box abuts the right). This can be fixed (in this and othet mac themes) by adding

.menu {
  padding-right: 10px;
}

to macOS/cinnamon/cinnamon.css (after the main .popup-menu / .menu block)

macOS-cinnamon-menu

Elbullazul commented 4 years ago

I didn't think it was that important. However, feel free to submit a pull request with the changes

VK2BEA commented 4 years ago

Using margin-right in the StEntry .menu is not as good as adjusting the menu padding when there is no slider... see below

margin-right in the StEntry .menu: menu-StEnty-margin-right

padding-right adjustment in the menu: menu-right-padding2

Elbullazul commented 3 years ago

this issue has been fixed: image

Elbullazul commented 3 years ago

without scrollbar for context: image