generated from Seekra/repository-template
Add padding to the settings view header
This commit is contained in:
@@ -8,7 +8,7 @@ const { t } = useI18n();
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="settings-page-wrapper">
|
<div class="settings-page-wrapper">
|
||||||
<header>
|
<header class="header">
|
||||||
<h1>
|
<h1>
|
||||||
{{ t('preferences.settings') }}
|
{{ t('preferences.settings') }}
|
||||||
</h1>
|
</h1>
|
||||||
@@ -29,4 +29,12 @@ const { t } = useI18n();
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.header {
|
||||||
|
padding: var(--main-content-padding-y) var(--main-content-padding-x);
|
||||||
|
}
|
||||||
|
|
||||||
|
.header h1 {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
Reference in New Issue
Block a user