mirror of
https://github.com/owntone/owntone-server.git
synced 2025-03-03 23:30:09 -05:00
[web] Remove specific styles
This commit is contained in:
parent
b7af43873b
commit
317df2454d
@ -8,12 +8,6 @@
|
|||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
background: var(--bulma-body-background-color);
|
background: var(--bulma-body-background-color);
|
||||||
z-index: 20;
|
z-index: 20;
|
||||||
position: fixed;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.is-full-height {
|
|
||||||
min-height: calc(100vh - calc(2 * var(--bulma-navbar-height)));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-disabled {
|
.is-disabled {
|
||||||
@ -65,10 +59,6 @@
|
|||||||
position: fixed;
|
position: fixed;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero-body {
|
|
||||||
padding: 1.5rem !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.dropdown-menu {
|
.dropdown-menu {
|
||||||
@include mixins.mobile {
|
@include mixins.mobile {
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
|
@ -7,15 +7,12 @@
|
|||||||
<a @click="open_artist" v-text="album.artist" />
|
<a @click="open_artist" v-text="album.artist" />
|
||||||
</div>
|
</div>
|
||||||
<div class="buttons is-centered-mobile mt-5">
|
<div class="buttons is-centered-mobile mt-5">
|
||||||
<a
|
<a class="button is-small is-rounded" @click="play">
|
||||||
class="button has-background-light is-small is-rounded"
|
|
||||||
@click="play"
|
|
||||||
>
|
|
||||||
<mdicon class="icon" name="shuffle" size="16" />
|
<mdicon class="icon" name="shuffle" size="16" />
|
||||||
<span v-text="$t('page.album.shuffle')" />
|
<span v-text="$t('page.album.shuffle')" />
|
||||||
</a>
|
</a>
|
||||||
<a
|
<a
|
||||||
class="button is-small has-background-light is-rounded"
|
class="button is-small is-rounded"
|
||||||
@click="show_details_modal = true"
|
@click="show_details_modal = true"
|
||||||
>
|
>
|
||||||
<mdicon class="icon" name="dots-horizontal" size="16" />
|
<mdicon class="icon" name="dots-horizontal" size="16" />
|
||||||
|
@ -193,3 +193,9 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<style scoped>
|
||||||
|
.is-full-height {
|
||||||
|
min-height: calc(100vh - calc(2 * var(--bulma-navbar-height)));
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user