mirror of
https://github.com/owntone/owntone-server.git
synced 2025-07-16 04:11:55 -04:00
[web] Fix styling in mobile mode
This commit is contained in:
parent
80b9d8d648
commit
ce3db11cfd
@ -16,7 +16,7 @@
|
||||
<a @click="navigate" @keypress.enter="navigate">
|
||||
<mdicon
|
||||
v-if="link.icon"
|
||||
class="icon is-small"
|
||||
class="icon is-small mx-1"
|
||||
:name="link.icon"
|
||||
/>
|
||||
<span
|
||||
|
@ -15,9 +15,9 @@
|
||||
</div>
|
||||
<div>
|
||||
<nav class="level is-clipped">
|
||||
<div class="level-left is-flex-shrink-1">
|
||||
<div class="level-left">
|
||||
<div
|
||||
class="level-item is-flex-shrink-1 has-text-centered-mobile"
|
||||
class="level-item has-text-centered-mobile"
|
||||
>
|
||||
<div>
|
||||
<slot name="heading" />
|
||||
@ -26,7 +26,7 @@
|
||||
</div>
|
||||
<div
|
||||
v-if="$slots.actions"
|
||||
class="level-right has-text-centered-mobile"
|
||||
class="level-right is-flex-shrink-1 has-text-centered-mobile"
|
||||
>
|
||||
<div class="buttons">
|
||||
<slot name="actions" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user