Tokenade presets: horizontal flex layout

This commit is contained in:
EP
2025-08-20 16:43:13 -07:00
parent 5233472c7f
commit 8a32dd4f07
3 changed files with 36 additions and 107 deletions
+15
View File
@@ -1928,6 +1928,21 @@ html {
scroll-behavior: smooth;
}
/* Tokenade presets: horizontal layout */
.tokenade-presets {
display: flex;
align-items: center;
gap: 8px;
flex-wrap: wrap;
margin: 8px 0;
}
.tokenade-presets > label {
margin-right: 4px;
}
.tokenade-presets .transform-button {
padding: 6px 10px;
}
.transform-layout {
position: relative;
}