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
317df2454d
commit
555c08cfbe
@ -4,7 +4,7 @@
|
|||||||
<router-link
|
<router-link
|
||||||
v-for="index in indices"
|
v-for="index in indices"
|
||||||
:key="index"
|
:key="index"
|
||||||
class="button is-small is-square"
|
class="button px-2 is-small is-square"
|
||||||
:to="{ hash: `#index_${index}`, query: $route.query }"
|
:to="{ hash: `#index_${index}`, query: $route.query }"
|
||||||
>
|
>
|
||||||
{{ index }}
|
{{ index }}
|
||||||
@ -24,7 +24,5 @@ export default {
|
|||||||
.is-square {
|
.is-square {
|
||||||
height: 1.75rem;
|
height: 1.75rem;
|
||||||
min-width: 1.75rem;
|
min-width: 1.75rem;
|
||||||
padding-left: 0.25rem;
|
|
||||||
padding-right: 0.25rem;
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user