Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions css/app-full.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
display: flex;
align-content: center;
align-items: center;
gap: calc(var(--default-grid-baseline) * 4);
gap: calc(var(--default-grid-baseline) * 6);
justify-content: flex-start;

&__input {
Expand Down Expand Up @@ -104,7 +104,7 @@
gap: calc(var(--default-grid-baseline) * 4);

&__front, &__edit {
margin-inline-start: calc(var(--default-grid-baseline) * 4);
margin-inline-start: calc(var(--default-grid-baseline) * 10);
}
}

Expand Down
24 changes: 0 additions & 24 deletions css/app-navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,30 +20,6 @@
}

.datepicker-button-section {
&__datepicker-label {
flex-grow: 4 !important;
text-align: center;
border-radius: 0 !important;
}

&__datepicker {
margin-inline-start: 26px;
margin-top: 48px;
position: absolute !important;
width: 0 !important;

.mx-input-wrapper {
display: none !important;
}
}

&__left,
&__right {
background-size: 10px;
flex-grow: 0 !important;
width: 34px;
padding: 0 6px !important;
}
&__left{
border-radius: var(--border-radius-element) 0 0 var(--border-radius-element) !important;
}
Expand Down
5 changes: 0 additions & 5 deletions css/public.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@
}
}

.datepicker-button-section {
&__datepicker-label {
min-width: 150px;
}
}

.datepicker-button-section,
.today-button-section,
Expand Down
5 changes: 2 additions & 3 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@

import { defineConfig } from 'eslint/config'

// TODO: replace with recommended when migrating to Vue 3
import { recommendedVue2 } from '@nextcloud/eslint-config'
import { recommended } from '@nextcloud/eslint-config'

export default defineConfig([
...recommendedVue2,
...recommended,
{
rules: {
// Relax some rules for now. Can be improved later one (baseline).
Expand Down
Loading
Loading