Skip to content

Commit

Permalink
style(EditSimple): add spacing
Browse files Browse the repository at this point in the history
Signed-off-by: Grigory V <scratchx@gmx.com>
  • Loading branch information
GVodyanov committed Jul 15, 2024
1 parent fe2be0e commit f2ba9df
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 />

Check warning on line 138 in src/views/EditSimple.vue

View check run for this annotation

Codecov / codecov/patch

src/views/EditSimple.vue#L137-L138

Added lines #L137 - L138 were not covered by tests
<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,

Check warning on line 172 in src/views/EditSimple.vue

View check run for this annotation

Codecov / codecov/patch

src/views/EditSimple.vue#L172

Added line #L172 was not covered by tests
NcButton,
} from '@nextcloud/vue'
import EditorMixin from '../mixins/EditorMixin.js'
Expand Down Expand Up @@ -217,6 +220,7 @@ export default {
InviteesList,
NcButton,
EditIcon,
NcAppNavigationSpacer,

Check warning on line 223 in src/views/EditSimple.vue

View check run for this annotation

Codecov / codecov/patch

src/views/EditSimple.vue#L223

Added line #L223 was not covered by tests
},
mixins: [
EditorMixin,
Expand Down

0 comments on commit f2ba9df

Please sign in to comment.