main #19

Merged
artem merged 39 commits from main into dev 2023-09-22 14:13:12 +02:00
3 changed files with 3 additions and 2 deletions
Showing only changes of commit 1986105e71 - Show all commits

View File

@ -76,6 +76,7 @@ td.fillCell>* {
} }
.componentTitle { .componentTitle {
border-top: 1px solid #ffffffc0;
position: absolute; position: absolute;
bottom: 0; bottom: 0;
background-color: #ffffffb0; background-color: #ffffffb0;

View File

@ -47,7 +47,7 @@
v-model.lazy="$store.state.search.term" v-model.lazy="$store.state.search.term"
placeholder="Search…" placeholder="Search…"
autocomplete="one-time-code" autocomplete="one-time-code"
class="hideOnMobile" class="hideOnMobilePortrait"
/> />
<DropDown v-if="user.token"> <DropDown v-if="user.token">
<template v-slot:default> <template v-slot:default>

View File

@ -38,7 +38,7 @@
@dblclick="playAlbum(album)" @dblclick="playAlbum(album)"
/> />
</div> </div>
<div id="navigation" class="flex-row center"> <div id="navigation" class="flex-row center ma-top">
<div class="flex-row grow"></div> <div class="flex-row grow"></div>
<div class="flex-row"> <div class="flex-row">
<button <button