diff options
author | Julius Härtl <jus@bitgrid.net> | 2022-08-24 17:18:55 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2022-09-01 14:15:39 +0200 |
commit | e4113b17798dec870954d2d52da076691d9ac51e (patch) | |
tree | bd6c9c827c26cc1451dd41814f5b345faf2093a7 /apps/theming/lib | |
parent | ff219a7cd8f9dca527eff28093da0c473c6dbd6c (diff) | |
download | nextcloud-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.php | 2 |
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', |