Improved style

This commit is contained in:
grata
2023-04-18 16:43:26 +02:00
parent 3ebba88398
commit afde6a25e5
2 changed files with 3 additions and 3 deletions

View File

@@ -12,8 +12,8 @@
</div>
<div class="dropdown dropdown-hover">
<label tabindex="0" class="btn m-1">{{translations.translate}}</label>
<ul tabindex="0" class="dropdown-content menu p-2 shadow bg-base-100 rounded-box w-52">
<label tabindex="0" class="btn m-1 bg-black border-neutral text-base-100">{{translations.translate}}</label>
<ul tabindex="0" class="dropdown-content menu p-2 shadow rounded-box w-52">
<li (click)="switchLanguage('DE')"><a>DE</a></li>
<li (click)="switchLanguage('FR')"><a>FR</a></li>
<li (click)="switchLanguage('IT')"><a>IT</a></li>

View File

@@ -111,7 +111,7 @@ export class HomeComponent implements OnInit, AfterViewInit, OnDestroy {
this.allert = true;
setTimeout(() => {
this.allert = false;
}, 8000);
}, 3000);
return;
} else {
const nomeLocation = encodeURIComponent(this.luogoSelezionato);