diff --git a/src/renderer/styles/snipping-tool.less b/src/renderer/styles/snipping-tool.less index 8aa8c0d5..7761ee0d 100644 --- a/src/renderer/styles/snipping-tool.less +++ b/src/renderer/styles/snipping-tool.less @@ -231,7 +231,8 @@ body.using-mouse :focus { .menu { box-sizing: border-box; top: -85px; - left: -113px; + right: 0px; + width: max-content; display: flex; flex-direction: column; align-items: flex-start; @@ -246,14 +247,6 @@ body.using-mouse :focus { cursor: pointer; } -.menu:lang(fr-FR) { - left: -179px; -} - -.menu:lang(ja-JP) { - left: -149px; -} - .menu-button-wrapper { position: relative; margin-right: 32px;