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