mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
fix(dashboard): changed h3 elements to h2
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
This commit is contained in:
parent
cd32db63f7
commit
33637df9b3
3 changed files with 7 additions and 10 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>
|
||||
|
|
@ -668,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/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
Loading…
Reference in a new issue