summaryrefslogtreecommitdiffstats
path: root/apps/theming/lib
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2022-08-24 17:18:55 +0200
committerJulius Härtl <jus@bitgrid.net>2022-09-01 14:15:39 +0200
commite4113b17798dec870954d2d52da076691d9ac51e (patch)
treebd6c9c827c26cc1451dd41814f5b345faf2093a7 /apps/theming/lib
parentff219a7cd8f9dca527eff28093da0c473c6dbd6c (diff)
downloadnextcloud-server-e4113b17798dec870954d2d52da076691d9ac51e.tar.gz
nextcloud-server-e4113b17798dec870954d2d52da076691d9ac51e.zip
Adapt layout to new base css variables
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'apps/theming/lib')
-rw-r--r--apps/theming/lib/Themes/DefaultTheme.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/theming/lib/Themes/DefaultTheme.php b/apps/theming/lib/Themes/DefaultTheme.php
index 42b335dbe08..56348069ff4 100644
--- a/apps/theming/lib/Themes/DefaultTheme.php
+++ b/apps/theming/lib/Themes/DefaultTheme.php
@@ -173,7 +173,9 @@ class DefaultTheme implements ITheme {
// pill-style button, value is large so big buttons also have correct roundness
'--border-radius-pill' => '100px',
+ '--default-clickable-area' => '44px',
'--default-line-height' => '24px',
+ '--default-grid-baseline' => '4px',
// various structure data
'--header-height' => '50px',