feat(editor): Make workflows, credentials, executions and new canvas usable on mobile and touch devices (#12372)

This commit is contained in:
Alex Grozav
2025-01-06 17:09:32 +02:00
committed by GitHub
parent 1b9100032f
commit 06c9473210
25 changed files with 294 additions and 29 deletions

View File

@@ -220,7 +220,7 @@ function hideGithubButton() {
@update:model-value="onTabSelected"
/>
</div>
<div v-if="showGitHubButton" class="github-button">
<div v-if="showGitHubButton" class="github-button hidden-sm-and-down">
<div class="github-button-container">
<GithubButton
href="https://github.com/n8n-io/n8n"
@@ -264,6 +264,7 @@ function hideGithubButton() {
font-size: 0.9em;
font-weight: 400;
padding: var(--spacing-xs) var(--spacing-m);
overflow: auto;
}
.github-button {