develop #10

Merged
pablone merged 64 commits from develop into master 2024-04-22 11:35:55 +00:00
1 changed files with 3 additions and 0 deletions
Showing only changes of commit b3cb1fbd36 - Show all commits

View File

@ -66,6 +66,7 @@ export default defineComponent({
display: flex;
align-items: center;
gap: 34px;
min-width: 190px;
& .user-area-link {
color: $white;
@ -108,6 +109,8 @@ export default defineComponent({
@media only screen and (max-width: $med-md) {
gap: 27px;
min-width: auto;
& .user-area-link {
&.help {
display: none;