Bump margins on Profile header.

This commit is contained in:
Buster Neece 2022-11-05 18:58:55 -05:00
parent ec50a19fcf
commit 7b5c663d9c
No known key found for this signature in database
GPG Key ID: F1D2E64A0005E80E
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<template>
<div class="outside-card-header d-flex align-items-center mb-1">
<div class="outside-card-header d-flex align-items-center mb-3">
<div class="flex-shrink-0 mr-3" v-if="np.station.listen_url">
<play-button icon-class="outlined xl" :url="np.station.listen_url" is-stream></play-button>
</div>