main #19
@ -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;
|
||||||
|
@ -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>
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user