Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2022-08-24 18:18:55 +0300
committerJulius Härtl <jus@bitgrid.net>2022-09-01 15:15:39 +0300
commite4113b17798dec870954d2d52da076691d9ac51e (patch)
treebd6c9c827c26cc1451dd41814f5b345faf2093a7 /apps/theming
parentff219a7cd8f9dca527eff28093da0c473c6dbd6c (diff)
Adapt layout to new base css variables
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'apps/theming')
-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',