diff options
author | space-nuko <24979496+space-nuko@users.noreply.github.com> | 2023-01-15 21:41:58 -0800 |
---|---|---|
committer | space-nuko <24979496+space-nuko@users.noreply.github.com> | 2023-01-15 21:41:58 -0800 |
commit | 2144c2eb7f5842caed1227d4ec7e659c79a84ce9 (patch) | |
tree | ca153f0a971441694a1d75a2440b19a248801ab1 /style.css | |
parent | dd292a925efc32ad580c927eeeb6e79592833be8 (diff) |
Add swap axes button for XY Grid
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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
|