mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 08:16:43 -04:00
[stable28] fix(dashboard): changed h3 elements to h2
Signed-off-by: Eduardo Morales <emoral435@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
parent
46f5ab893c
commit
558a3afb08
7 changed files with 19 additions and 16 deletions
|
|
@ -65,7 +65,7 @@
|
|||
|
||||
<NcModal v-if="modal" size="large" @close="closeModal">
|
||||
<div class="modal__content">
|
||||
<h3>{{ t('dashboard', 'Edit widgets') }}</h3>
|
||||
<h2>{{ t('dashboard', 'Edit widgets') }}</h2>
|
||||
<ol class="panels">
|
||||
<li v-for="status in sortedAllStatuses" :key="status" :class="'panel-' + status">
|
||||
<input :id="'status-checkbox-' + status"
|
||||
|
|
@ -101,7 +101,7 @@
|
|||
<a v-if="isAdmin" :href="appStoreUrl" class="button">{{ t('dashboard', 'Get more widgets from the App Store') }}</a>
|
||||
|
||||
<div v-if="statuses.weather && isStatusActive('weather')">
|
||||
<h3>{{ t('dashboard', 'Weather service') }}</h3>
|
||||
<h2>{{ t('dashboard', 'Weather service') }}</h2>
|
||||
<p>
|
||||
{{ t('dashboard', 'For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information.') }}
|
||||
</p>
|
||||
|
|
@ -485,6 +485,9 @@ export default {
|
|||
}
|
||||
|
||||
.panel, .panels > div {
|
||||
// Ensure the maxcontrast color is set for the background
|
||||
--color-text-maxcontrast: var(--color-text-maxcontrast-background-blur, var(--color-main-text));
|
||||
|
||||
width: 320px;
|
||||
max-width: 100%;
|
||||
margin: 16px;
|
||||
|
|
@ -591,6 +594,9 @@ export default {
|
|||
.edit-panels,
|
||||
.statuses ::v-deep .action-item .action-item__menutoggle,
|
||||
.statuses ::v-deep .action-item.action-item--open .action-item__menutoggle {
|
||||
// Ensure the maxcontrast color is set for the background
|
||||
--color-text-maxcontrast: var(--color-text-maxcontrast-background-blur, var(--color-main-text));
|
||||
|
||||
background-color: var(--color-main-background-blur);
|
||||
-webkit-backdrop-filter: var(--filter-background-blur);
|
||||
backdrop-filter: var(--filter-background-blur);
|
||||
|
|
@ -662,12 +668,9 @@ export default {
|
|||
}
|
||||
}
|
||||
|
||||
h3 {
|
||||
h2 {
|
||||
font-weight: bold;
|
||||
|
||||
&:not(:first-of-type) {
|
||||
margin-top: 64px;
|
||||
}
|
||||
margin-top: 12px;
|
||||
}
|
||||
|
||||
// Adjust design of 'Get more widgets' button
|
||||
|
|
|
|||
4
dist/5211-5211.js
vendored
4
dist/5211-5211.js
vendored
File diff suppressed because one or more lines are too long
2
dist/5211-5211.js.map
vendored
2
dist/5211-5211.js.map
vendored
File diff suppressed because one or more lines are too long
4
dist/dashboard-main.js
vendored
4
dist/dashboard-main.js
vendored
File diff suppressed because one or more lines are too long
2
dist/dashboard-main.js.map
vendored
2
dist/dashboard-main.js.map
vendored
File diff suppressed because one or more lines are too long
4
dist/files_sharing-files_sharing_tab.js
vendored
4
dist/files_sharing-files_sharing_tab.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files_sharing-files_sharing_tab.js.map
vendored
2
dist/files_sharing-files_sharing_tab.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue