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
path: root/core/css
diff options
context:
space:
mode:
authorChristopher Ng <chrng8@gmail.com>2021-10-14 11:28:54 +0300
committerChristopher Ng <chrng8@gmail.com>2021-10-19 07:59:36 +0300
commit3be9d3ca8fca4fb743a4d2f2ffe44a45fa9ffa6e (patch)
tree5519fb218db5daa3d0e16198f600d5646f7d0b1a /core/css
parent309354852f12ae88d5eef05d311d6ebcba8ee762 (diff)
Profile frontend
Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'core/css')
-rw-r--r--core/css/css-variables.scss1
-rw-r--r--core/css/variables.scss2
2 files changed, 2 insertions, 1 deletions
diff --git a/core/css/css-variables.scss b/core/css/css-variables.scss
index d475d6d2c66..1fe6e88dbe7 100644
--- a/core/css/css-variables.scss
+++ b/core/css/css-variables.scss
@@ -68,4 +68,3 @@
--header-height: #{$header-height};
}
-
diff --git a/core/css/variables.scss b/core/css/variables.scss
index 84646379ef1..026ae33a763 100644
--- a/core/css/variables.scss
+++ b/core/css/variables.scss
@@ -112,6 +112,8 @@ $sidebar-min-width: 300px;
$sidebar-max-width: 500px;
$list-min-width: 200px;
$list-max-width: 300px;
+$header-menu-item-height: 44px;
+$header-menu-profile-item-height: 66px;
// mobile. Keep in sync with core/js/js.js
$breakpoint-mobile: 1024px;