remove label of the link to personal settings (fix #283)
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2023-11-04 13:33:34 +01:00
parent 648bdeae04
commit 9a35734657
Signed by: deblan
GPG key ID: 579388D585F70417
2 changed files with 5 additions and 3 deletions

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