mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-27 17:31:36 -06:00
SDA-4134 Screenshot tool - JP copy dropped in 2 lines (#1827)
This commit is contained in:
parent
b730580b59
commit
def09110d0
@ -231,7 +231,8 @@ body.using-mouse :focus {
|
|||||||
.menu {
|
.menu {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
top: -85px;
|
top: -85px;
|
||||||
left: -113px;
|
right: 0px;
|
||||||
|
width: max-content;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
@ -246,14 +247,6 @@ body.using-mouse :focus {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu:lang(fr-FR) {
|
|
||||||
left: -179px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.menu:lang(ja-JP) {
|
|
||||||
left: -149px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.menu-button-wrapper {
|
.menu-button-wrapper {
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-right: 32px;
|
margin-right: 32px;
|
||||||
|
Loading…
Reference in New Issue
Block a user