diff --git a/.woodpecker.yml b/.woodpecker.yml index abe2b00..43bf009 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -5,7 +5,7 @@ steps: commands: - npm i when: - event: [tag, push, pull_request] + event: [tag, push, pull_request, manual] branch: [master, develop, feature/*, fix/*, bugfix/*, translations] osv-detector: @@ -19,16 +19,16 @@ steps: commands: - npm run build when: + event: [tag, push, pull_request, manual] branch: [master, develop, feature/*, fix/*, bugfix/*, translations] - event: [tag, push, pull_request] build-translations: image: deblan/php:8.0 commands: - php bin/generate_l10n.php when: + event: [tag, push, pull_request, manual] branch: [master, develop, feature/*, fix/*, bugfix/*, translations] - event: [tag, push, pull_request] create-signature: image: nextcloud:25 diff --git a/css/sideMenu.css b/css/sideMenu.css index 7fc71a2..6b2c5e2 100644 --- a/css/sideMenu.css +++ b/css/sideMenu.css @@ -47,7 +47,7 @@ margin-top: 2px; float: right; line-height: 34px; - height: 28px; + height: 42px; display: none; } @@ -155,7 +155,7 @@ } #side-menu.hide-opener .side-menu-logo { - margin-top: 20px; + margin-top: 10px; } #side-menu-loader { @@ -223,7 +223,7 @@ } .side-menu-loader svg { - width: 38px; + width: 45px; margin: auto; stroke: var(--side-menu-text-color, #fff); } diff --git a/src/SettingsButton.vue b/src/SettingsButton.vue index a4eb97f..b8cb624 100644 --- a/src/SettingsButton.vue +++ b/src/SettingsButton.vue @@ -17,7 +17,9 @@ along with this program. If not, see .