Add swap axes button for XY Grid

This commit is contained in:
space-nuko
2023-01-15 21:41:58 -08:00
parent dd292a925e
commit 2144c2eb7f
2 changed files with 29 additions and 5 deletions

View File

@@ -717,6 +717,16 @@ footer {
line-height: 2.4em;
}
#xy_grid_button_column {
min-width: 38px !important;
}
#xy_grid_button_column button {
height: 100%;
margin-bottom: 0.7em;
margin-left: 1em;
}
/* The following handles localization for right-to-left (RTL) languages like Arabic.
The rtl media type will only be activated by the logic in javascript/localization.js.
If you change anything above, you need to make sure it is RTL compliant by just running