mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-09 21:49:48 -05:00
[web] Remove inline styles whenever possible
Most of the inline styles have been removed in favour of standard Bulma styles.
This commit is contained in:
@@ -6,10 +6,7 @@
|
||||
<section v-if="$slots['options']">
|
||||
<div ref="options_ref" style="height: 1px" />
|
||||
<slot name="options" />
|
||||
<nav
|
||||
class="buttons is-centered"
|
||||
style="margin-bottom: 6px; margin-top: 16px"
|
||||
>
|
||||
<nav class="buttons is-centered mt-4 mb-2">
|
||||
<a
|
||||
v-if="!options_visible"
|
||||
class="button is-small is-white"
|
||||
@@ -42,7 +39,7 @@
|
||||
</div>
|
||||
</nav>
|
||||
<slot name="content" />
|
||||
<div style="margin-top: 16px">
|
||||
<div class="mt-4">
|
||||
<slot name="footer" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<div class="container">
|
||||
<div class="columns is-centered">
|
||||
<div class="column is-four-fifths">
|
||||
<div class="columns" style="flex-direction: row-reverse">
|
||||
<div class="columns is-flex-direction-row-reverse">
|
||||
<div class="column fd-has-cover">
|
||||
<!-- Slot heading right -->
|
||||
<slot name="heading-right" />
|
||||
|
||||
Reference in New Issue
Block a user