Merge pull request 'Parameter option not located at the same position menu button is (fix #283)' (#290) from bugfix/issue283 into develop
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

Reviewed-on: #290
This commit is contained in:
Simon Vieille 2023-11-05 14:59:49 +01:00
commit c9bae926f1
3 changed files with 8 additions and 6 deletions

View file

@ -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

View file

@ -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);
}

View file

@ -17,7 +17,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<template>
<div class="side-menu-settings">
<a v-bind:href="href">
<!--
{{ label }}
-->
<span class="avatardiv avatardiv-shown">
<img v-bind:src="avatar" :alt="label">