Skip to content

Commit

Permalink
Merge pull request #6165 from nextcloud/style/add-spacing-to-edit-simple
Browse files Browse the repository at this point in the history
EditSimple: add spacing
  • Loading branch information
GVodyanov authored Jul 16, 2024
2 parents b81f146 + f2ba9df commit 53edbce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@
overflow-x: hidden;
}
}

.app-navigation-spacer {
list-style-type: none;
}
4 changes: 4 additions & 0 deletions src/views/EditSimple.vue
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@
:calendar-id="calendarId"
@close="closeEditorAndSkipAction" />

<NcAppNavigationSpacer />

<SaveButtons v-if="!isWidget"
class="event-popover__buttons"
:can-create-recurrence-exception="canCreateRecurrenceException"
Expand Down Expand Up @@ -167,6 +169,7 @@ import {
NcActionLink as ActionLink,
NcEmptyContent as EmptyContent,
NcPopover,
NcAppNavigationSpacer,
NcButton,
} from '@nextcloud/vue'
import EditorMixin from '../mixins/EditorMixin.js'
Expand Down Expand Up @@ -217,6 +220,7 @@ export default {
InviteesList,
NcButton,
EditIcon,
NcAppNavigationSpacer,
},
mixins: [
EditorMixin,
Expand Down

0 comments on commit 53edbce

Please sign in to comment.