B00merang-Project/macOS

Margin on Cinnamon menu wrong

VK2BEA opened this issue · 4 comments

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

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

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

this issue has been fixed:
image

without scrollbar for context:
image