@nextcloud/vue 9.10.0 → 9.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +31 -0
- package/dist/assets/NcActionInput.css +66 -66
- package/dist/assets/NcActions.css +12 -12
- package/dist/assets/NcAppNavigationItem.css +54 -52
- package/dist/assets/NcAppNavigationList.css +2 -26
- package/dist/assets/NcAppNavigationNewItem.css +9 -7
- package/dist/assets/NcAppNavigationSettings.css +6 -6
- package/dist/assets/NcAppSettingsDialog.css +3 -3
- package/dist/assets/NcAppSettingsShortcutsSection.css +1 -1
- package/dist/assets/NcAppSidebar.css +130 -76
- package/dist/assets/NcAppSidebarTab.css +4 -4
- package/dist/assets/NcAssistantButton.css +9 -9
- package/dist/assets/NcAssistantContent.css +3 -3
- package/dist/assets/NcAssistantIcon.css +4 -4
- package/dist/assets/NcAvatar.css +26 -26
- package/dist/assets/NcBlurHash.css +2 -2
- package/dist/assets/NcDateTimePicker.css +234 -234
- package/dist/assets/NcFilePicker.css +1 -1
- package/dist/assets/NcFormBox.css +11 -11
- package/dist/assets/NcFormBoxButton.css +2 -2
- package/dist/assets/NcFormBoxItem.css +15 -15
- package/dist/assets/NcFormBoxSwitch.css +2 -2
- package/dist/assets/NcFormGroup.css +7 -7
- package/dist/assets/NcHotkey.css +8 -8
- package/dist/assets/NcHotkeyList.css +2 -2
- package/dist/assets/NcIconToggleSwitch.css +4 -4
- package/dist/assets/NcKbd.css +3 -3
- package/dist/assets/NcModal.css +69 -63
- package/dist/assets/NcPopover.css +16 -16
- package/dist/assets/NcProfileHoverCard.css +82 -59
- package/dist/assets/NcRadioGroup.css +2 -2
- package/dist/assets/NcRadioGroupButton.css +14 -14
- package/dist/assets/NcRichContenteditable.css +17 -17
- package/dist/assets/NcRichText.css +2 -2
- package/dist/assets/NcSelect.css +25 -0
- package/dist/assets/NcUploadPicker.css +41 -0
- package/dist/assets/autolink.css +3 -3
- package/dist/chunks/NcActionInput.mjs +4 -4
- package/dist/chunks/NcActionInput.mjs.map +1 -1
- package/dist/chunks/NcActions.mjs +4 -4
- package/dist/chunks/NcActions.mjs.map +1 -1
- package/dist/chunks/NcAppContent.mjs +4 -4
- package/dist/chunks/NcAppContent.mjs.map +1 -1
- package/dist/chunks/NcAppNavigation.mjs +2 -2
- package/dist/chunks/NcAppNavigationItem.mjs +6 -29
- package/dist/chunks/NcAppNavigationItem.mjs.map +1 -1
- package/dist/chunks/NcAppNavigationList.mjs +8 -138
- package/dist/chunks/NcAppNavigationList.mjs.map +1 -1
- package/dist/chunks/NcAppNavigationNewItem.mjs +1 -1
- package/dist/chunks/NcAppNavigationNewItem.mjs.map +1 -1
- package/dist/chunks/NcAppNavigationSearch.mjs +2 -2
- package/dist/chunks/NcAppNavigationSettings.mjs +8 -8
- package/dist/chunks/NcAppSettingsDialog.mjs +5 -5
- package/dist/chunks/NcAppSettingsShortcutsSection.mjs +3 -3
- package/dist/chunks/NcAppSidebar.mjs +165 -31
- package/dist/chunks/NcAppSidebar.mjs.map +1 -1
- package/dist/chunks/NcAppSidebarTab.mjs +12 -5
- package/dist/chunks/NcAppSidebarTab.mjs.map +1 -1
- package/dist/chunks/NcAssistantButton.mjs +7 -7
- package/dist/chunks/NcAssistantContent.mjs +3 -3
- package/dist/chunks/NcAssistantIcon.mjs +4 -4
- package/dist/chunks/NcAvatar.mjs +17 -4
- package/dist/chunks/NcAvatar.mjs.map +1 -1
- package/dist/chunks/NcBlurHash.mjs +2 -2
- package/dist/chunks/NcCheckboxRadioSwitch.mjs +1 -1
- package/dist/chunks/NcCollectionList.mjs +3 -3
- package/dist/chunks/NcColorPicker.mjs +2 -2
- package/dist/chunks/NcContent.mjs +2 -2
- package/dist/chunks/NcDashboardWidget.mjs +4 -4
- package/dist/chunks/NcDashboardWidget.mjs.map +1 -1
- package/dist/chunks/NcDateTimePicker.mjs +7 -4
- package/dist/chunks/NcDateTimePicker.mjs.map +1 -1
- package/dist/chunks/NcDateTimePickerNative.mjs +2 -2
- package/dist/chunks/NcDialogButton.vue_vue_type_script_setup_true_lang.mjs +2 -2
- package/dist/chunks/NcEmojiPicker.mjs +2 -2
- package/dist/chunks/NcFilePicker.mjs +6 -5
- package/dist/chunks/NcFilePicker.mjs.map +1 -1
- package/dist/chunks/NcFormBox.mjs +5 -5
- package/dist/chunks/NcFormBoxButton.mjs +2 -2
- package/dist/chunks/NcFormBoxItem.mjs +8 -8
- package/dist/chunks/NcFormBoxSwitch.mjs +2 -2
- package/dist/chunks/NcFormGroup.mjs +7 -7
- package/dist/chunks/NcHotkey.mjs +4 -4
- package/dist/chunks/NcHotkeyList.mjs +4 -4
- package/dist/chunks/NcIconToggleSwitch.mjs +2 -2
- package/dist/chunks/NcKbd.mjs +4 -4
- package/dist/chunks/NcModal.mjs +13 -8
- package/dist/chunks/NcModal.mjs.map +1 -1
- package/dist/chunks/NcPasswordField.mjs +2 -2
- package/dist/chunks/NcPopover.mjs +2 -2
- package/dist/chunks/NcProfileHoverCard.mjs +205 -157
- package/dist/chunks/NcProfileHoverCard.mjs.map +1 -1
- package/dist/chunks/NcRadioGroup.mjs +2 -2
- package/dist/chunks/NcRadioGroupButton.mjs +6 -6
- package/dist/chunks/NcReferenceWidget.mjs +2 -2
- package/dist/chunks/NcRelatedResourcesPanel.mjs +4 -4
- package/dist/chunks/NcRichContenteditable.mjs +12 -12
- package/dist/chunks/NcRichText.mjs +3 -3
- package/dist/chunks/NcRichText.mjs.map +1 -1
- package/dist/chunks/NcSelect.mjs +74 -5
- package/dist/chunks/NcSelect.mjs.map +1 -1
- package/dist/chunks/NcSettingsSection.mjs +2 -2
- package/dist/chunks/NcSettingsSelectGroup.mjs +2 -2
- package/dist/chunks/NcTextField.vue_vue_type_script_setup_true_lang.mjs +2 -2
- package/dist/chunks/NcTimezonePicker.vue_vue_type_script_setup_true_lang.mjs +2 -2
- package/dist/chunks/NcUploadPicker.mjs +269 -0
- package/dist/chunks/NcUploadPicker.mjs.map +1 -0
- package/dist/chunks/NcUserStatusIcon.mjs +2 -2
- package/dist/chunks/_l10n.mjs +86 -84
- package/dist/chunks/_l10n.mjs.map +1 -1
- package/dist/chunks/autolink.mjs +3 -3
- package/dist/chunks/colors.mjs +2 -2
- package/dist/chunks/mdi.mjs +7 -5
- package/dist/chunks/mdi.mjs.map +1 -1
- package/dist/chunks/referencePickerModal.mjs +5 -5
- package/dist/components/NcActionInput/NcActionInput.vue.d.ts +38 -10
- package/dist/components/NcActions/NcActions.vue.d.ts +1 -1
- package/dist/components/NcAppNavigationCaption/NcAppNavigationCaption.vue.d.ts +1 -1
- package/dist/components/NcAppNavigationItem/NcAppNavigationItem.vue.d.ts +1 -5
- package/dist/components/NcAppNavigationList/NcAppNavigationList.vue.d.ts +1 -57
- package/dist/components/NcAppSidebar/NcAppSidebar.vue.d.ts +20 -1
- package/dist/components/NcAppSidebar/NcAppSidebarTabs.vue.d.ts +43 -0
- package/dist/components/NcAppSidebar/NcAppSidebarTabsButton.vue.d.ts +5 -0
- package/dist/components/NcAppSidebarTab/NcAppSidebarTab.vue.d.ts +14 -4
- package/dist/components/NcAvatar/NcAvatar.vue.d.ts +10 -1
- package/dist/components/NcBreadcrumb/NcBreadcrumb.vue.d.ts +1 -1
- package/dist/components/NcBreadcrumbs/NcBreadcrumbs.vue.d.ts +2 -2
- package/dist/components/NcCollectionList/NcCollectionList.vue.d.ts +41 -5
- package/dist/components/NcCollectionList/NcCollectionListItem.vue.d.ts +6 -2
- package/dist/components/NcDashboardWidget/NcDashboardWidget.vue.d.ts +11 -3
- package/dist/components/NcDashboardWidgetItem/NcDashboardWidgetItem.vue.d.ts +6 -2
- package/dist/components/NcDateTimePicker/NcDateTimePicker.vue.d.ts +7 -7
- package/dist/components/NcFilePicker/NcFilePicker.vue.d.ts +7 -0
- package/dist/components/NcListItem/NcListItem.vue.d.ts +1 -1
- package/dist/components/NcListItemIcon/NcListItemIcon.vue.d.ts +6 -2
- package/dist/components/NcProfileHoverCard/NcProfileHoverCard.vue.d.ts +6 -0
- package/dist/components/NcRichText/NcReferencePicker/NcProviderList.vue.d.ts +30 -2
- package/dist/components/NcRichText/NcReferencePicker/NcReferencePicker.vue.d.ts +60 -4
- package/dist/components/NcRichText/NcReferencePicker/NcReferencePickerModal.vue.d.ts +60 -4
- package/dist/components/NcRichText/NcReferencePicker/NcSearch.vue.d.ts +30 -2
- package/dist/components/NcSelect/NcSelect.vue.d.ts +39 -2
- package/dist/components/NcSelectTags/NcSelectTags.vue.d.ts +30 -2
- package/dist/components/NcSettingsSelectGroup/NcSettingsSelectGroup.vue.d.ts +30 -2
- package/dist/components/NcUploadPicker/NcUploadPicker.vue.d.ts +180 -0
- package/dist/components/NcUploadPicker/index.d.ts +6 -0
- package/dist/components/NcUploadPicker/index.mjs +5 -0
- package/dist/components/NcUploadPicker/index.mjs.map +1 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/composables/useFormatDateTime/index.mjs +2 -2
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +25 -11
- package/dist/chunks/highlight.mjs +0 -5
- package/dist/chunks/highlight.mjs.map +0 -1
- package/dist/components/NcAppNavigationList/highlight.d.ts +0 -12
|
@@ -9,14 +9,14 @@
|
|
|
9
9
|
/*
|
|
10
10
|
* Ensure proper alignment of the vue material icons
|
|
11
11
|
*/
|
|
12
|
-
.material-design-icon[data-v-
|
|
12
|
+
.material-design-icon[data-v-d72957ed] {
|
|
13
13
|
display: flex;
|
|
14
14
|
align-self: center;
|
|
15
15
|
justify-self: center;
|
|
16
16
|
align-items: center;
|
|
17
17
|
justify-content: center;
|
|
18
18
|
}
|
|
19
|
-
.app-navigation-list[data-v-
|
|
19
|
+
.app-navigation-list[data-v-d72957ed] {
|
|
20
20
|
position: relative;
|
|
21
21
|
width: 100%;
|
|
22
22
|
overflow-x: hidden;
|
|
@@ -25,28 +25,4 @@
|
|
|
25
25
|
flex-direction: column;
|
|
26
26
|
gap: var(--default-grid-baseline, 4px);
|
|
27
27
|
padding: var(--app-navigation-padding);
|
|
28
|
-
isolation: isolate;
|
|
29
|
-
}
|
|
30
|
-
.app-navigation-list__highlight[data-v-3e73e246] {
|
|
31
|
-
--highlight-animation-duration: calc(var(--animation-quick) / 2);
|
|
32
|
-
position: absolute;
|
|
33
|
-
inset-inline: var(--app-navigation-padding);
|
|
34
|
-
top: 0;
|
|
35
|
-
height: 0;
|
|
36
|
-
z-index: 0;
|
|
37
|
-
pointer-events: none;
|
|
38
|
-
opacity: 0;
|
|
39
|
-
border-radius: var(--border-radius-element);
|
|
40
|
-
background-color: color-mix(in srgb, var(--color-primary-element) 8%, transparent);
|
|
41
|
-
will-change: transform;
|
|
42
|
-
transition: opacity var(--highlight-animation-duration) ease-out, background-color var(--highlight-animation-duration) ease-out;
|
|
43
|
-
}
|
|
44
|
-
.app-navigation-list__highlight--animated[data-v-3e73e246] {
|
|
45
|
-
transition: transform var(--highlight-animation-duration) ease-out, opacity var(--highlight-animation-duration) ease-out, background-color var(--highlight-animation-duration) ease-out;
|
|
46
|
-
}
|
|
47
|
-
.app-navigation-list__highlight--visible[data-v-3e73e246] {
|
|
48
|
-
opacity: 1;
|
|
49
|
-
}
|
|
50
|
-
.app-navigation-list__highlight--over-active[data-v-3e73e246] {
|
|
51
|
-
background-color: transparent;
|
|
52
28
|
}
|
|
@@ -81,7 +81,9 @@
|
|
|
81
81
|
background-color: var(--color-main-background);
|
|
82
82
|
}
|
|
83
83
|
.app-navigation-entry.active .app-navigation-entry__utils .app-navigation-entry__actions[data-v-ee07f8f8], .app-navigation-entry.app-navigation-entry--deleted .app-navigation-entry__utils .app-navigation-entry__actions[data-v-ee07f8f8], .app-navigation-entry:focus .app-navigation-entry__utils .app-navigation-entry__actions[data-v-ee07f8f8], .app-navigation-entry:focus-within .app-navigation-entry__utils .app-navigation-entry__actions[data-v-ee07f8f8], .app-navigation-entry:hover .app-navigation-entry__utils .app-navigation-entry__actions[data-v-ee07f8f8] {
|
|
84
|
-
|
|
84
|
+
position: relative;
|
|
85
|
+
opacity: 1;
|
|
86
|
+
pointer-events: auto;
|
|
85
87
|
}
|
|
86
88
|
.app-navigation-entry .app-navigation-entry__actions[data-v-ee07f8f8]:hover .button-vue {
|
|
87
89
|
background-color: var(--color-background-dark) !important;
|
|
@@ -187,7 +189,9 @@
|
|
|
187
189
|
justify-content: flex-end;
|
|
188
190
|
}
|
|
189
191
|
.app-navigation-entry__utils.app-navigation-entry__utils--display-actions .action-item.app-navigation-entry__actions[data-v-ee07f8f8] {
|
|
190
|
-
|
|
192
|
+
position: relative;
|
|
193
|
+
opacity: 1;
|
|
194
|
+
pointer-events: auto;
|
|
191
195
|
}
|
|
192
196
|
.app-navigation-entry__utils[data-v-ee07f8f8] {
|
|
193
197
|
/* counter */
|
|
@@ -202,7 +206,9 @@
|
|
|
202
206
|
/* actions */
|
|
203
207
|
}
|
|
204
208
|
.app-navigation-entry__utils .action-item.app-navigation-entry__actions[data-v-ee07f8f8] {
|
|
205
|
-
|
|
209
|
+
position: absolute;
|
|
210
|
+
opacity: 0;
|
|
211
|
+
pointer-events: none;
|
|
206
212
|
}
|
|
207
213
|
|
|
208
214
|
/* editing state */
|
|
@@ -228,10 +234,6 @@
|
|
|
228
234
|
[data-themes*=highcontrast] .app-navigation-entry[data-v-ee07f8f8]:active {
|
|
229
235
|
background-color: var(--color-primary-element-light-hover) !important;
|
|
230
236
|
}
|
|
231
|
-
.app-navigation-list--animated-highlight .app-navigation-entry[data-v-ee07f8f8]:not(.active):hover,
|
|
232
|
-
.app-navigation-list--animated-highlight .app-navigation-entry[data-v-ee07f8f8]:not(.active):focus-within {
|
|
233
|
-
background-color: transparent !important;
|
|
234
|
-
}
|
|
235
237
|
@keyframes nc-nav-stripe-in-ee07f8f8 {
|
|
236
238
|
from {
|
|
237
239
|
transform: scaleY(0);
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
|
|
2
|
-
.
|
|
2
|
+
._container_2uWBM {
|
|
3
3
|
margin-top: auto;
|
|
4
4
|
padding: var(--default-grid-baseline);
|
|
5
5
|
}
|
|
6
|
-
.
|
|
6
|
+
._header_jtpAp {
|
|
7
7
|
margin-block: 0 var(--default-grid-baseline);
|
|
8
8
|
margin-inline: var(--default-grid-baseline);
|
|
9
9
|
}
|
|
10
10
|
|
|
11
11
|
/* Overwrite the padding to match NcAppNavigationItem */
|
|
12
|
-
.
|
|
12
|
+
._button_9llR- {
|
|
13
13
|
padding-inline: 0 calc((var(--default-clickable-area) - 16px) / 2) !important;
|
|
14
14
|
.button-vue__text {
|
|
15
15
|
font-weight: var(--font-weight-default, normal);
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
|
-
.
|
|
18
|
+
._content_CW2CF {
|
|
19
19
|
display: block;
|
|
20
20
|
padding: 10px;
|
|
21
21
|
|
|
@@ -26,12 +26,12 @@
|
|
|
26
26
|
max-height: 300px;
|
|
27
27
|
overflow-y: auto;
|
|
28
28
|
}
|
|
29
|
-
.
|
|
29
|
+
._animationActive_Lz0UV {
|
|
30
30
|
transition-duration: var(--animation-slow);
|
|
31
31
|
transition-property: max-height, padding;
|
|
32
32
|
overflow-y: hidden !important;
|
|
33
33
|
}
|
|
34
|
-
.
|
|
34
|
+
._animationStop_lwpSi {
|
|
35
35
|
max-height: 0 !important;
|
|
36
36
|
padding: 0 10px !important;
|
|
37
37
|
}
|
|
@@ -9,20 +9,20 @@
|
|
|
9
9
|
/*
|
|
10
10
|
* Ensure proper alignment of the vue material icons
|
|
11
11
|
*/
|
|
12
|
-
._material-design-
|
|
12
|
+
._material-design-icon_aR3lm {
|
|
13
13
|
display: flex;
|
|
14
14
|
align-self: center;
|
|
15
15
|
justify-self: center;
|
|
16
16
|
align-items: center;
|
|
17
17
|
justify-content: center;
|
|
18
18
|
}
|
|
19
|
-
.
|
|
19
|
+
._appSettingsDialogVersion_j2PVw {
|
|
20
20
|
--form-element-label-offset: calc(var(--border-radius-element) + var(--default-grid-baseline));
|
|
21
21
|
color: var(--color-text-maxcontrast);
|
|
22
22
|
margin-block-end: calc(8 * var(--default-grid-baseline));
|
|
23
23
|
margin-inline: var(--form-element-label-offset);
|
|
24
24
|
}
|
|
25
|
-
.
|
|
25
|
+
._appSettingsDialogVersion__legacy_JGPJ9 {
|
|
26
26
|
margin-inline: 0;
|
|
27
27
|
}/**
|
|
28
28
|
* SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors
|
|
@@ -9,14 +9,14 @@
|
|
|
9
9
|
/*
|
|
10
10
|
* Ensure proper alignment of the vue material icons
|
|
11
11
|
*/
|
|
12
|
-
._material-design-
|
|
12
|
+
._material-design-icon_2zJD7 {
|
|
13
13
|
display: flex;
|
|
14
14
|
align-self: center;
|
|
15
15
|
justify-self: center;
|
|
16
16
|
align-items: center;
|
|
17
17
|
justify-content: center;
|
|
18
18
|
}
|
|
19
|
-
.
|
|
19
|
+
._sidebarTabsButton_wVqtZ {
|
|
20
20
|
border: none;
|
|
21
21
|
color: var(--color-main-text);
|
|
22
22
|
font-size: var(--default-font-size);
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
gap: var(--default-grid-baseline);
|
|
27
27
|
min-width: var(--default-clickable-area);
|
|
28
28
|
}
|
|
29
|
-
.
|
|
29
|
+
._sidebarTabsButton_wVqtZ * {
|
|
30
30
|
cursor: pointer;
|
|
31
31
|
}
|
|
32
|
-
.
|
|
32
|
+
._sidebarTabsButton_wVqtZ:not(._sidebarTabsButton_legacy_MiLka) {
|
|
33
33
|
position: relative;
|
|
34
34
|
border-radius: var(--border-radius-element);
|
|
35
35
|
background-color: var(--color-main-background);
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
padding-block-end: calc(var(--default-grid-baseline) * 2);
|
|
38
38
|
transition: background-color var(--animation-quick);
|
|
39
39
|
}
|
|
40
|
-
.
|
|
40
|
+
._sidebarTabsButton_wVqtZ:not(._sidebarTabsButton_legacy_MiLka)::after {
|
|
41
41
|
content: "";
|
|
42
42
|
position: absolute;
|
|
43
43
|
bottom: 0;
|
|
@@ -50,66 +50,93 @@
|
|
|
50
50
|
transform: translateX(-50%);
|
|
51
51
|
transition: width var(--animation-quick), opacity var(--animation-quick);
|
|
52
52
|
}
|
|
53
|
-
.
|
|
53
|
+
._sidebarTabsButton_wVqtZ:not(._sidebarTabsButton_legacy_MiLka):hover {
|
|
54
54
|
background-color: var(--color-background-hover);
|
|
55
55
|
}
|
|
56
|
-
.
|
|
56
|
+
._sidebarTabsButton_wVqtZ:not(._sidebarTabsButton_legacy_MiLka):focus-visible {
|
|
57
57
|
outline: 2px solid var(--color-main-text);
|
|
58
58
|
outline-offset: 2px;
|
|
59
59
|
}
|
|
60
|
-
.
|
|
60
|
+
._sidebarTabsButton_legacy_MiLka {
|
|
61
61
|
border-bottom: var(--default-grid-baseline) solid transparent !important;
|
|
62
62
|
border-radius: var(--border-radius-small);
|
|
63
63
|
background-color: var(--color-main-background);
|
|
64
64
|
padding: var(--border-radius-small);
|
|
65
65
|
transition: background-color var(--animation-quick), border-bottom-color var(--animation-quick);
|
|
66
66
|
}
|
|
67
|
-
.
|
|
67
|
+
._sidebarTabsButton_legacy_MiLka:hover {
|
|
68
68
|
background-color: var(--color-background-hover) !important;
|
|
69
69
|
}
|
|
70
|
-
.
|
|
70
|
+
._sidebarTabsButton_legacy_MiLka:active, ._sidebarTabsButton_legacy_MiLka:focus {
|
|
71
71
|
background-color: var(--color-main-background) !important;
|
|
72
72
|
}
|
|
73
|
-
.
|
|
73
|
+
._sidebarTabsButton_selected_NRkiP {
|
|
74
74
|
cursor: default;
|
|
75
75
|
}
|
|
76
|
-
.
|
|
76
|
+
._sidebarTabsButton_selected_NRkiP * {
|
|
77
77
|
cursor: default;
|
|
78
78
|
}
|
|
79
|
-
.
|
|
80
|
-
background-color: var(--color-
|
|
79
|
+
._sidebarTabsButton_wVqtZ:not(._sidebarTabsButton_legacy_MiLka)._sidebarTabsButton_selected_NRkiP {
|
|
80
|
+
background-color: color-mix(in srgb, var(--color-primary-element) 8%, transparent);
|
|
81
81
|
}
|
|
82
|
-
.
|
|
82
|
+
._sidebarTabsButton_wVqtZ:not(._sidebarTabsButton_legacy_MiLka)._sidebarTabsButton_selected_NRkiP::after {
|
|
83
83
|
width: 80%;
|
|
84
84
|
opacity: 1;
|
|
85
85
|
}
|
|
86
|
-
.
|
|
87
|
-
background-color: var(--color-
|
|
86
|
+
._sidebarTabsButton_wVqtZ:not(._sidebarTabsButton_legacy_MiLka)._sidebarTabsButton_selected_NRkiP:hover {
|
|
87
|
+
background-color: color-mix(in srgb, var(--color-primary-element) 8%, transparent);
|
|
88
|
+
}
|
|
89
|
+
._sidebarTabsButton_animatedHighlight_Rx-Vy:not(._sidebarTabsButton_legacy_MiLka) {
|
|
90
|
+
background-color: transparent;
|
|
88
91
|
}
|
|
89
|
-
.
|
|
92
|
+
._sidebarTabsButton_animatedHighlight_Rx-Vy:not(._sidebarTabsButton_legacy_MiLka):hover {
|
|
93
|
+
background-color: transparent;
|
|
94
|
+
}
|
|
95
|
+
._sidebarTabsButton_legacy_MiLka._sidebarTabsButton_selected_NRkiP {
|
|
90
96
|
border-bottom-color: var(--color-primary-element) !important;
|
|
91
97
|
border-bottom-left-radius: 0;
|
|
92
98
|
border-bottom-right-radius: 0;
|
|
93
99
|
}
|
|
94
|
-
.
|
|
100
|
+
._sidebarTabsButton_legacy_MiLka._sidebarTabsButton_selected_NRkiP:hover {
|
|
95
101
|
background-color: var(--color-primary-element-light-hover) !important;
|
|
96
102
|
color: var(--color-primary-element-light-text) !important;
|
|
97
103
|
}
|
|
98
|
-
.
|
|
104
|
+
._sidebarTabsButton__name_s15U2 {
|
|
99
105
|
font-weight: var(--font-weight-element, normal);
|
|
100
106
|
overflow: hidden;
|
|
101
107
|
text-overflow: ellipsis;
|
|
102
108
|
text-wrap: nowrap;
|
|
103
109
|
}
|
|
104
|
-
.
|
|
110
|
+
._sidebarTabsButton_legacy_MiLka._sidebarTabsButton_selected_NRkiP ._sidebarTabsButton__name_s15U2 {
|
|
105
111
|
font-weight: var(--font-weight-element, bold);
|
|
106
112
|
}
|
|
107
|
-
.
|
|
113
|
+
._sidebarTabsButton__icon_V0H0n {
|
|
114
|
+
display: inline-grid;
|
|
115
|
+
place-items: center;
|
|
116
|
+
}
|
|
117
|
+
._sidebarTabsButton__iconLayer_AfHls {
|
|
118
|
+
grid-area: 1/1;
|
|
108
119
|
display: inline-flex;
|
|
109
|
-
|
|
110
|
-
|
|
120
|
+
transition: opacity var(--animation-slow) ease-in-out;
|
|
121
|
+
}
|
|
122
|
+
._sidebarTabsButton__iconLayer_hidden_rWAtb {
|
|
123
|
+
opacity: 0;
|
|
124
|
+
}
|
|
125
|
+
._sidebarTabsButton__icon_pop_WOWop {
|
|
126
|
+
animation: _sidebar-tab-icon-pop_xeA4L var(--animation-slow) ease-in-out;
|
|
127
|
+
}
|
|
128
|
+
@keyframes _sidebar-tab-icon-pop_xeA4L {
|
|
129
|
+
0% {
|
|
130
|
+
transform: scale(1);
|
|
131
|
+
}
|
|
132
|
+
40% {
|
|
133
|
+
transform: scale(1.2);
|
|
134
|
+
}
|
|
135
|
+
100% {
|
|
136
|
+
transform: scale(1);
|
|
137
|
+
}
|
|
111
138
|
}
|
|
112
|
-
.
|
|
139
|
+
._sidebarTabsButton__legacyIcon_dSozI {
|
|
113
140
|
background-size: 20px;
|
|
114
141
|
display: flex;
|
|
115
142
|
align-items: center;
|
|
@@ -125,38 +152,65 @@
|
|
|
125
152
|
/*
|
|
126
153
|
* Ensure proper alignment of the vue material icons
|
|
127
154
|
*/
|
|
128
|
-
.material-design-icon[data-v-
|
|
155
|
+
.material-design-icon[data-v-74190d2a] {
|
|
129
156
|
display: flex;
|
|
130
157
|
align-self: center;
|
|
131
158
|
justify-self: center;
|
|
132
159
|
align-items: center;
|
|
133
160
|
justify-content: center;
|
|
134
161
|
}
|
|
135
|
-
.app-sidebar-tabs[data-v-
|
|
162
|
+
.app-sidebar-tabs[data-v-74190d2a] {
|
|
136
163
|
display: flex;
|
|
137
164
|
flex-direction: column;
|
|
138
165
|
min-height: 0;
|
|
139
166
|
flex: 1 1 100%;
|
|
140
167
|
}
|
|
141
|
-
.app-sidebar-tabs__nav[data-v-
|
|
168
|
+
.app-sidebar-tabs__nav[data-v-74190d2a] {
|
|
169
|
+
position: relative;
|
|
142
170
|
display: flex;
|
|
143
171
|
justify-content: stretch;
|
|
144
172
|
margin: 10px 8px 0 8px;
|
|
145
173
|
border-bottom: 1px solid var(--color-border);
|
|
174
|
+
isolation: isolate;
|
|
146
175
|
}
|
|
147
|
-
.app-sidebar-tabs__nav[data-v-
|
|
176
|
+
.app-sidebar-tabs__nav[data-v-74190d2a]:not(.app-sidebar-tabs__nav--legacy) {
|
|
148
177
|
gap: var(--default-grid-baseline);
|
|
149
178
|
padding-block-end: var(--default-grid-baseline);
|
|
150
179
|
}
|
|
151
|
-
.app-sidebar-
|
|
180
|
+
.app-sidebar-tabs__highlight[data-v-74190d2a] {
|
|
181
|
+
position: absolute;
|
|
182
|
+
top: 0;
|
|
183
|
+
left: 0;
|
|
184
|
+
width: 0;
|
|
185
|
+
height: 0;
|
|
186
|
+
z-index: 0;
|
|
187
|
+
pointer-events: none;
|
|
188
|
+
opacity: 0;
|
|
189
|
+
border-radius: var(--border-radius-element);
|
|
190
|
+
background-color: color-mix(in srgb, var(--color-primary-element) 8%, transparent);
|
|
191
|
+
will-change: transform, width, height;
|
|
192
|
+
transition: opacity var(--animation-quick) ease-in-out, background-color var(--animation-quick) ease-in-out;
|
|
193
|
+
}
|
|
194
|
+
.app-sidebar-tabs__highlight--animated[data-v-74190d2a] {
|
|
195
|
+
transition: transform var(--animation-quick) ease-in-out, width var(--animation-quick) ease-in-out, height var(--animation-quick) ease-in-out, opacity var(--animation-quick) ease-in-out, background-color var(--animation-quick) ease-in-out;
|
|
196
|
+
}
|
|
197
|
+
.app-sidebar-tabs__highlight--visible[data-v-74190d2a] {
|
|
198
|
+
opacity: 1;
|
|
199
|
+
}
|
|
200
|
+
.app-sidebar-tabs__highlight--over-active[data-v-74190d2a] {
|
|
201
|
+
background-color: transparent;
|
|
202
|
+
}
|
|
203
|
+
.app-sidebar-tabs__tab[data-v-74190d2a] {
|
|
204
|
+
position: relative;
|
|
205
|
+
z-index: 1;
|
|
152
206
|
flex: 1 1 1px;
|
|
153
207
|
}
|
|
154
|
-
.app-sidebar-tabs__content[data-v-
|
|
208
|
+
.app-sidebar-tabs__content[data-v-74190d2a] {
|
|
155
209
|
position: relative;
|
|
156
210
|
min-height: 256px;
|
|
157
211
|
height: 100%;
|
|
158
212
|
}
|
|
159
|
-
.app-sidebar-tabs__content--multiple[data-v-
|
|
213
|
+
.app-sidebar-tabs__content--multiple[data-v-74190d2a] > :not(section) {
|
|
160
214
|
display: none;
|
|
161
215
|
}/**
|
|
162
216
|
* SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors
|
|
@@ -210,7 +264,7 @@ body:has(.app-sidebar__toggle) {
|
|
|
210
264
|
/*
|
|
211
265
|
* Ensure proper alignment of the vue material icons
|
|
212
266
|
*/
|
|
213
|
-
.material-design-icon[data-v-
|
|
267
|
+
.material-design-icon[data-v-c2c6820b] {
|
|
214
268
|
display: flex;
|
|
215
269
|
align-self: center;
|
|
216
270
|
justify-self: center;
|
|
@@ -222,7 +276,7 @@ body:has(.app-sidebar__toggle) {
|
|
|
222
276
|
Sidebar: to be used within #content
|
|
223
277
|
app-content will be shrunk properly
|
|
224
278
|
*/
|
|
225
|
-
.app-sidebar[data-v-
|
|
279
|
+
.app-sidebar[data-v-c2c6820b] {
|
|
226
280
|
--app-sidebar-width: clamp(300px, 27vw, 500px);
|
|
227
281
|
--app-sidebar-padding: calc(var(--default-grid-baseline, 4px) * 2);
|
|
228
282
|
width: var(--app-sidebar-width);
|
|
@@ -239,16 +293,16 @@ body:has(.app-sidebar__toggle) {
|
|
|
239
293
|
background: var(--color-main-background);
|
|
240
294
|
position: relative;
|
|
241
295
|
}
|
|
242
|
-
.app-sidebar__toggle[data-v-
|
|
296
|
+
.app-sidebar__toggle[data-v-c2c6820b] {
|
|
243
297
|
position: absolute !important;
|
|
244
298
|
inset-block-start: var(--app-sidebar-padding);
|
|
245
299
|
inset-inline-end: var(--app-sidebar-padding);
|
|
246
300
|
z-index: 1001;
|
|
247
301
|
}
|
|
248
|
-
.app-sidebar .app-sidebar-header[data-v-
|
|
302
|
+
.app-sidebar .app-sidebar-header[data-v-c2c6820b] {
|
|
249
303
|
--app-sidebar-close-button-offset: calc(var(--default-clickable-area) + var(--app-sidebar-padding));
|
|
250
304
|
}
|
|
251
|
-
.app-sidebar .app-sidebar-header > .app-sidebar__close[data-v-
|
|
305
|
+
.app-sidebar .app-sidebar-header > .app-sidebar__close[data-v-c2c6820b] {
|
|
252
306
|
position: absolute;
|
|
253
307
|
z-index: 100;
|
|
254
308
|
top: var(--app-sidebar-padding);
|
|
@@ -256,10 +310,10 @@ body:has(.app-sidebar__toggle) {
|
|
|
256
310
|
width: var(--default-clickable-area);
|
|
257
311
|
height: var(--default-clickable-area);
|
|
258
312
|
}
|
|
259
|
-
.app-sidebar .app-sidebar-header--compact.app-sidebar-header--with-figure .app-sidebar-header__info[data-v-
|
|
313
|
+
.app-sidebar .app-sidebar-header--compact.app-sidebar-header--with-figure .app-sidebar-header__info[data-v-c2c6820b] {
|
|
260
314
|
flex-direction: row;
|
|
261
315
|
}
|
|
262
|
-
.app-sidebar .app-sidebar-header--compact.app-sidebar-header--with-figure .app-sidebar-header__info .app-sidebar-header__figure[data-v-
|
|
316
|
+
.app-sidebar .app-sidebar-header--compact.app-sidebar-header--with-figure .app-sidebar-header__info .app-sidebar-header__figure[data-v-c2c6820b] {
|
|
263
317
|
--figure-size: calc(52px + var(--app-sidebar-padding));
|
|
264
318
|
z-index: 2;
|
|
265
319
|
width: var(--figure-size);
|
|
@@ -268,44 +322,44 @@ body:has(.app-sidebar__toggle) {
|
|
|
268
322
|
border-radius: 3px;
|
|
269
323
|
flex: 0 0 auto;
|
|
270
324
|
}
|
|
271
|
-
.app-sidebar .app-sidebar-header--compact.app-sidebar-header--with-figure .app-sidebar-header__info .app-sidebar-header__desc[data-v-
|
|
325
|
+
.app-sidebar .app-sidebar-header--compact.app-sidebar-header--with-figure .app-sidebar-header__info .app-sidebar-header__desc[data-v-c2c6820b] {
|
|
272
326
|
padding-inline-start: 0;
|
|
273
327
|
flex: 1 1 auto;
|
|
274
328
|
min-width: 0;
|
|
275
329
|
padding-inline-end: calc(var(--default-clickable-area) + var(--app-sidebar-close-button-offset));
|
|
276
330
|
padding-top: var(--app-sidebar-padding);
|
|
277
331
|
}
|
|
278
|
-
.app-sidebar .app-sidebar-header--compact.app-sidebar-header--with-figure .app-sidebar-header__info .app-sidebar-header__desc.app-sidebar-header__desc--without-actions[data-v-
|
|
332
|
+
.app-sidebar .app-sidebar-header--compact.app-sidebar-header--with-figure .app-sidebar-header__info .app-sidebar-header__desc.app-sidebar-header__desc--without-actions[data-v-c2c6820b] {
|
|
279
333
|
padding-inline-end: var(--app-sidebar-close-button-offset);
|
|
280
334
|
}
|
|
281
|
-
.app-sidebar .app-sidebar-header--compact.app-sidebar-header--with-figure .app-sidebar-header__info .app-sidebar-header__desc .app-sidebar-header__tertiary-actions[data-v-
|
|
335
|
+
.app-sidebar .app-sidebar-header--compact.app-sidebar-header--with-figure .app-sidebar-header__info .app-sidebar-header__desc .app-sidebar-header__tertiary-actions[data-v-c2c6820b] {
|
|
282
336
|
z-index: 3;
|
|
283
337
|
position: absolute;
|
|
284
338
|
top: calc(var(--app-sidebar-padding) / 2);
|
|
285
339
|
inset-inline-start: calc(-1 * var(--default-clickable-area));
|
|
286
340
|
gap: 0;
|
|
287
341
|
}
|
|
288
|
-
.app-sidebar .app-sidebar-header--compact.app-sidebar-header--with-figure .app-sidebar-header__info .app-sidebar-header__desc .app-sidebar-header__menu[data-v-
|
|
342
|
+
.app-sidebar .app-sidebar-header--compact.app-sidebar-header--with-figure .app-sidebar-header__info .app-sidebar-header__desc .app-sidebar-header__menu[data-v-c2c6820b] {
|
|
289
343
|
top: var(--app-sidebar-padding);
|
|
290
344
|
inset-inline-end: var(--app-sidebar-close-button-offset);
|
|
291
345
|
position: absolute;
|
|
292
346
|
}
|
|
293
|
-
.app-sidebar .app-sidebar-header:not(.app-sidebar-header--with-figure) .app-sidebar-header__menu[data-v-
|
|
347
|
+
.app-sidebar .app-sidebar-header:not(.app-sidebar-header--with-figure) .app-sidebar-header__menu[data-v-c2c6820b] {
|
|
294
348
|
position: absolute;
|
|
295
349
|
top: var(--app-sidebar-padding);
|
|
296
350
|
inset-inline-end: var(--app-sidebar-close-button-offset);
|
|
297
351
|
}
|
|
298
|
-
.app-sidebar .app-sidebar-header:not(.app-sidebar-header--with-figure) .app-sidebar-header__desc[data-v-
|
|
352
|
+
.app-sidebar .app-sidebar-header:not(.app-sidebar-header--with-figure) .app-sidebar-header__desc[data-v-c2c6820b] {
|
|
299
353
|
padding-inline-end: calc(var(--default-clickable-area) + var(--app-sidebar-close-button-offset));
|
|
300
354
|
}
|
|
301
|
-
.app-sidebar .app-sidebar-header:not(.app-sidebar-header--with-figure) .app-sidebar-header__desc.app-sidebar-header__desc--without-actions[data-v-
|
|
355
|
+
.app-sidebar .app-sidebar-header:not(.app-sidebar-header--with-figure) .app-sidebar-header__desc.app-sidebar-header__desc--without-actions[data-v-c2c6820b] {
|
|
302
356
|
padding-inline-end: var(--app-sidebar-close-button-offset);
|
|
303
357
|
}
|
|
304
|
-
.app-sidebar .app-sidebar-header .app-sidebar-header__info[data-v-
|
|
358
|
+
.app-sidebar .app-sidebar-header .app-sidebar-header__info[data-v-c2c6820b] {
|
|
305
359
|
display: flex;
|
|
306
360
|
flex-direction: column;
|
|
307
361
|
}
|
|
308
|
-
.app-sidebar .app-sidebar-header__figure[data-v-
|
|
362
|
+
.app-sidebar .app-sidebar-header__figure[data-v-c2c6820b] {
|
|
309
363
|
width: 100%;
|
|
310
364
|
height: 250px;
|
|
311
365
|
max-height: 250px;
|
|
@@ -313,10 +367,10 @@ body:has(.app-sidebar__toggle) {
|
|
|
313
367
|
background-position: center;
|
|
314
368
|
background-size: contain;
|
|
315
369
|
}
|
|
316
|
-
.app-sidebar .app-sidebar-header__figure--with-action[data-v-
|
|
370
|
+
.app-sidebar .app-sidebar-header__figure--with-action[data-v-c2c6820b] {
|
|
317
371
|
cursor: pointer;
|
|
318
372
|
}
|
|
319
|
-
.app-sidebar .app-sidebar-header__desc[data-v-
|
|
373
|
+
.app-sidebar .app-sidebar-header__desc[data-v-c2c6820b] {
|
|
320
374
|
position: relative;
|
|
321
375
|
display: flex;
|
|
322
376
|
flex-direction: row;
|
|
@@ -326,85 +380,85 @@ body:has(.app-sidebar__toggle) {
|
|
|
326
380
|
padding-block: var(--app-sidebar-padding) calc(var(--app-sidebar-padding) / 2);
|
|
327
381
|
gap: 0 4px;
|
|
328
382
|
}
|
|
329
|
-
.app-sidebar .app-sidebar-header__desc--with-tertiary-action[data-v-
|
|
383
|
+
.app-sidebar .app-sidebar-header__desc--with-tertiary-action[data-v-c2c6820b] {
|
|
330
384
|
padding-inline-start: 6px;
|
|
331
385
|
}
|
|
332
|
-
.app-sidebar .app-sidebar-header__desc--editable .app-sidebar-header__mainname-form[data-v-
|
|
386
|
+
.app-sidebar .app-sidebar-header__desc--editable .app-sidebar-header__mainname-form[data-v-c2c6820b], .app-sidebar .app-sidebar-header__desc--with-subname--editable .app-sidebar-header__mainname-form[data-v-c2c6820b] {
|
|
333
387
|
margin-top: -2px;
|
|
334
388
|
margin-bottom: -2px;
|
|
335
389
|
}
|
|
336
|
-
.app-sidebar .app-sidebar-header__desc--with-subname--editable .app-sidebar-header__subname[data-v-
|
|
390
|
+
.app-sidebar .app-sidebar-header__desc--with-subname--editable .app-sidebar-header__subname[data-v-c2c6820b] {
|
|
337
391
|
margin-top: -2px;
|
|
338
392
|
}
|
|
339
|
-
.app-sidebar .app-sidebar-header__desc .app-sidebar-header__tertiary-actions[data-v-
|
|
393
|
+
.app-sidebar .app-sidebar-header__desc .app-sidebar-header__tertiary-actions[data-v-c2c6820b] {
|
|
340
394
|
display: flex;
|
|
341
395
|
height: var(--default-clickable-area);
|
|
342
396
|
width: var(--default-clickable-area);
|
|
343
397
|
justify-content: center;
|
|
344
398
|
flex: 0 0 auto;
|
|
345
399
|
}
|
|
346
|
-
.app-sidebar .app-sidebar-header__desc .app-sidebar-header__tertiary-actions .app-sidebar-header__star[data-v-
|
|
400
|
+
.app-sidebar .app-sidebar-header__desc .app-sidebar-header__tertiary-actions .app-sidebar-header__star[data-v-c2c6820b] {
|
|
347
401
|
box-shadow: none;
|
|
348
402
|
}
|
|
349
|
-
.app-sidebar .app-sidebar-header__desc .app-sidebar-header__tertiary-actions .app-sidebar-header__star[data-v-
|
|
403
|
+
.app-sidebar .app-sidebar-header__desc .app-sidebar-header__tertiary-actions .app-sidebar-header__star[data-v-c2c6820b]:not([aria-pressed=true]):hover {
|
|
350
404
|
box-shadow: none;
|
|
351
405
|
background-color: var(--color-background-hover);
|
|
352
406
|
}
|
|
353
|
-
.app-sidebar .app-sidebar-header__desc .app-sidebar-header__name-container[data-v-
|
|
407
|
+
.app-sidebar .app-sidebar-header__desc .app-sidebar-header__name-container[data-v-c2c6820b] {
|
|
354
408
|
flex: 1 1 auto;
|
|
355
409
|
display: flex;
|
|
356
410
|
flex-direction: column;
|
|
357
411
|
justify-content: center;
|
|
358
412
|
min-width: 0;
|
|
359
413
|
}
|
|
360
|
-
.app-sidebar .app-sidebar-header__desc .app-sidebar-header__name-container .app-sidebar-header__mainname-container[data-v-
|
|
414
|
+
.app-sidebar .app-sidebar-header__desc .app-sidebar-header__name-container .app-sidebar-header__mainname-container[data-v-c2c6820b] {
|
|
361
415
|
display: flex;
|
|
362
416
|
align-items: center;
|
|
363
417
|
min-height: var(--default-clickable-area);
|
|
364
418
|
}
|
|
365
|
-
.app-sidebar .app-sidebar-header__desc .app-sidebar-header__name-container .app-sidebar-header__mainname-container .app-sidebar-header__mainname[data-v-
|
|
419
|
+
.app-sidebar .app-sidebar-header__desc .app-sidebar-header__name-container .app-sidebar-header__mainname-container .app-sidebar-header__mainname[data-v-c2c6820b] {
|
|
366
420
|
padding: 0;
|
|
367
421
|
min-height: 30px;
|
|
368
422
|
font-size: 20px;
|
|
369
423
|
line-height: 30px;
|
|
370
424
|
}
|
|
371
|
-
.app-sidebar .app-sidebar-header__desc .app-sidebar-header__name-container .app-sidebar-header__mainname-container .app-sidebar-header__mainname[data-v-
|
|
425
|
+
.app-sidebar .app-sidebar-header__desc .app-sidebar-header__name-container .app-sidebar-header__mainname-container .app-sidebar-header__mainname[data-v-c2c6820b] .linkified {
|
|
372
426
|
cursor: pointer;
|
|
373
427
|
text-decoration: underline;
|
|
374
428
|
margin: 0;
|
|
375
429
|
}
|
|
376
|
-
.app-sidebar .app-sidebar-header__desc .app-sidebar-header__name-container .app-sidebar-header__mainname-container .app-sidebar-header__mainname-form[data-v-
|
|
430
|
+
.app-sidebar .app-sidebar-header__desc .app-sidebar-header__name-container .app-sidebar-header__mainname-container .app-sidebar-header__mainname-form[data-v-c2c6820b] {
|
|
377
431
|
display: flex;
|
|
378
432
|
flex: 1 1 auto;
|
|
379
433
|
align-items: center;
|
|
380
434
|
}
|
|
381
|
-
.app-sidebar .app-sidebar-header__desc .app-sidebar-header__name-container .app-sidebar-header__mainname-container .app-sidebar-header__mainname-form input.app-sidebar-header__mainname-input[data-v-
|
|
435
|
+
.app-sidebar .app-sidebar-header__desc .app-sidebar-header__name-container .app-sidebar-header__mainname-container .app-sidebar-header__mainname-form input.app-sidebar-header__mainname-input[data-v-c2c6820b] {
|
|
382
436
|
flex: 1 1 auto;
|
|
383
437
|
margin: 0;
|
|
384
438
|
padding: 7px;
|
|
385
439
|
font-size: 20px;
|
|
386
440
|
font-weight: var(--font-weight-heading, bold);
|
|
387
441
|
}
|
|
388
|
-
.app-sidebar .app-sidebar-header__desc .app-sidebar-header__name-container .app-sidebar-header__mainname-container .app-sidebar-header__menu[data-v-
|
|
442
|
+
.app-sidebar .app-sidebar-header__desc .app-sidebar-header__name-container .app-sidebar-header__mainname-container .app-sidebar-header__menu[data-v-c2c6820b] {
|
|
389
443
|
margin-inline-start: 5px;
|
|
390
444
|
}
|
|
391
|
-
.app-sidebar .app-sidebar-header__desc .app-sidebar-header__name-container .app-sidebar-header__mainname[data-v-
|
|
392
|
-
.app-sidebar .app-sidebar-header__desc .app-sidebar-header__name-container .app-sidebar-header__subname[data-v-
|
|
445
|
+
.app-sidebar .app-sidebar-header__desc .app-sidebar-header__name-container .app-sidebar-header__mainname[data-v-c2c6820b],
|
|
446
|
+
.app-sidebar .app-sidebar-header__desc .app-sidebar-header__name-container .app-sidebar-header__subname[data-v-c2c6820b] {
|
|
393
447
|
overflow: hidden;
|
|
394
448
|
width: 100%;
|
|
395
449
|
margin: 0;
|
|
396
450
|
white-space: nowrap;
|
|
397
451
|
text-overflow: ellipsis;
|
|
398
452
|
}
|
|
399
|
-
.app-sidebar .app-sidebar-header__desc .app-sidebar-header__name-container .app-sidebar-header__subname[data-v-
|
|
453
|
+
.app-sidebar .app-sidebar-header__desc .app-sidebar-header__name-container .app-sidebar-header__subname[data-v-c2c6820b] {
|
|
400
454
|
color: var(--color-text-maxcontrast);
|
|
401
455
|
font-size: var(--default-font-size);
|
|
402
456
|
padding: 0;
|
|
403
457
|
}
|
|
404
|
-
.app-sidebar .app-sidebar-header__desc .app-sidebar-header__name-container .app-sidebar-header__subname[data-v-
|
|
458
|
+
.app-sidebar .app-sidebar-header__desc .app-sidebar-header__name-container .app-sidebar-header__subname[data-v-c2c6820b] * {
|
|
405
459
|
vertical-align: text-bottom;
|
|
406
460
|
}
|
|
407
|
-
.app-sidebar .app-sidebar-header .app-sidebar-header__mainname--hidden[data-v-
|
|
461
|
+
.app-sidebar .app-sidebar-header .app-sidebar-header__mainname--hidden[data-v-c2c6820b] {
|
|
408
462
|
position: absolute;
|
|
409
463
|
top: 0;
|
|
410
464
|
inset-inline-start: 0;
|
|
@@ -413,27 +467,27 @@ body:has(.app-sidebar__toggle) {
|
|
|
413
467
|
height: 1px;
|
|
414
468
|
overflow: hidden;
|
|
415
469
|
}
|
|
416
|
-
.app-sidebar .app-sidebar-header__description[data-v-
|
|
470
|
+
.app-sidebar .app-sidebar-header__description[data-v-c2c6820b] {
|
|
417
471
|
display: flex;
|
|
418
472
|
align-items: center;
|
|
419
473
|
margin: 0 10px;
|
|
420
474
|
}
|
|
421
475
|
@media only screen and (max-width: 512px) {
|
|
422
|
-
.app-sidebar[data-v-
|
|
476
|
+
.app-sidebar[data-v-c2c6820b] {
|
|
423
477
|
position: absolute;
|
|
424
478
|
--app-sidebar-width: 100vw;
|
|
425
479
|
}
|
|
426
480
|
}
|
|
427
|
-
.slide-right-leave-active[data-v-
|
|
428
|
-
.slide-right-enter-active[data-v-
|
|
481
|
+
.slide-right-leave-active[data-v-c2c6820b],
|
|
482
|
+
.slide-right-enter-active[data-v-c2c6820b] {
|
|
429
483
|
transition-duration: var(--animation-slow);
|
|
430
484
|
transition-property: margin-inline-end;
|
|
431
485
|
}
|
|
432
|
-
.slide-right-enter-to[data-v-
|
|
433
|
-
.slide-right-leave[data-v-
|
|
486
|
+
.slide-right-enter-to[data-v-c2c6820b],
|
|
487
|
+
.slide-right-leave[data-v-c2c6820b] {
|
|
434
488
|
margin-inline-end: 0;
|
|
435
489
|
}
|
|
436
|
-
.slide-right-enter-from[data-v-
|
|
437
|
-
.slide-right-leave-to[data-v-
|
|
490
|
+
.slide-right-enter-from[data-v-c2c6820b],
|
|
491
|
+
.slide-right-leave-to[data-v-c2c6820b] {
|
|
438
492
|
margin-inline-end: calc(-1 * var(--app-sidebar-width));
|
|
439
493
|
}
|
|
@@ -9,14 +9,14 @@
|
|
|
9
9
|
/*
|
|
10
10
|
* Ensure proper alignment of the vue material icons
|
|
11
11
|
*/
|
|
12
|
-
.material-design-icon[data-v-
|
|
12
|
+
.material-design-icon[data-v-e4df51a0] {
|
|
13
13
|
display: flex;
|
|
14
14
|
align-self: center;
|
|
15
15
|
justify-self: center;
|
|
16
16
|
align-items: center;
|
|
17
17
|
justify-content: center;
|
|
18
18
|
}
|
|
19
|
-
.app-sidebar__tab[data-v-
|
|
19
|
+
.app-sidebar__tab[data-v-e4df51a0] {
|
|
20
20
|
display: none;
|
|
21
21
|
padding: 10px;
|
|
22
22
|
min-height: 100%;
|
|
@@ -24,11 +24,11 @@
|
|
|
24
24
|
height: 100%;
|
|
25
25
|
overflow: auto;
|
|
26
26
|
}
|
|
27
|
-
.app-sidebar__tab[data-v-
|
|
27
|
+
.app-sidebar__tab[data-v-e4df51a0]:focus {
|
|
28
28
|
border-color: var(--color-primary-element);
|
|
29
29
|
box-shadow: 0 0 0.2em var(--color-primary-element);
|
|
30
30
|
outline: 0;
|
|
31
31
|
}
|
|
32
|
-
.app-sidebar__tab--active[data-v-
|
|
32
|
+
.app-sidebar__tab--active[data-v-e4df51a0] {
|
|
33
33
|
display: block;
|
|
34
34
|
}
|