ui: create events page margin

This commit is contained in:
JonFreer 2023-08-12 21:24:03 +01:00 committed by Thomas Citharel
parent 75dddeb792
commit abd609ecc8
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
2 changed files with 5 additions and 5 deletions

View File

@ -55,7 +55,7 @@ body {
}
.btn-outlined-:hover,
.btn-outlined-primary:hover {
@apply font-bold py-2 px-4 bg-mbz-bluegreen dark:bg-violet-3 text-white rounded;
@apply font-semibold py-2 px-4 bg-mbz-bluegreen dark:bg-violet-3 text-white rounded;
}
/* Field */

View File

@ -1,5 +1,5 @@
<template>
<div class="container mx-auto px-1" v-if="hasCurrentActorPermissionsToEdit">
<div class="container mx-auto px-3" v-if="hasCurrentActorPermissionsToEdit">
<h1 class="" v-if="isUpdate === true">
{{ t("Update event {name}", { name: event.title }) }}
</h1>
@ -473,7 +473,7 @@
<nav
role="navigation"
aria-label="main navigation"
class="bg-mbz-yellow-alt-200 py-3"
class="bg-mbz-yellow-alt-200 p-3 m-3 rounded"
:class="{ 'is-fixed-bottom': showFixedNavbar }"
v-if="hasCurrentActorPermissionsToEdit"
>
@ -486,7 +486,7 @@
<o-button
variant="text"
@click="confirmGoBack"
class="dark:!text-black"
class="dark:!text-black ml-auto"
>{{ t("Cancel") }}</o-button
>
<!-- If an event has been published we can't make it draft anymore -->
@ -500,7 +500,7 @@
>{{ t("Save draft") }}</o-button
>
</span>
<span class="">
<span class="ml-auto">
<o-button
variant="primary"
:disabled="saving"