4
0
mirror of https://github.com/AzuraCast/AzuraCast.git synced 2024-06-14 13:16:37 +00:00

Fix ondemand embed widget width and padding (#4322)

This commit is contained in:
Vaalyn 2021-06-21 02:06:05 +02:00 committed by GitHub
parent 0899505caa
commit fc44a4ea91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,6 +49,13 @@
</template>
<style lang="scss">
.ondemand.embed {
.container {
max-width: 100%;
padding: 0 !important;
}
}
#station_on_demand_table {
.datatable-main {
overflow-y: auto;