mirror of
https://github.com/directus/directus.git
synced 2026-01-31 12:28:14 -05:00
improve sizing/spacing on page
This could be converted to a Project Setting option… which might be nice :)
This commit is contained in:
@@ -203,6 +203,14 @@ export default defineComponent({
|
||||
scroll-padding-top: 100px;
|
||||
scroll-behavior: smooth;
|
||||
|
||||
// Page Content Spacing (Could be converted to Project Setting toggle)
|
||||
font-size: 15px;
|
||||
line-height: 24px;
|
||||
--border-radius: 6px;
|
||||
--input-height: 60px;
|
||||
--input-padding: 16px; // (60 - 4 - 24) / 2
|
||||
--form-vertical-gap: 52px;
|
||||
|
||||
main {
|
||||
display: contents;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user