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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco <marcoambrosini@pm.me>2021-11-19 18:52:04 +0300
committerGitHub <noreply@github.com>2021-11-19 18:52:04 +0300
commit9c1200b8859560c318e16ed25a75135820b440bd (patch)
tree853e383a717d248dd404755e421223cb2f9d5591
parentb699e41b089c8de196de8755ef940da8e42f87ef (diff)
parent526291c55ec230338065090f7c55649c0c082c7c (diff)
Merge pull request #6576 from nextcloud/backport/6574/stable23
[stable23] Fix topbar height
-rw-r--r--src/components/TopBar/TopBar.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/TopBar/TopBar.vue b/src/components/TopBar/TopBar.vue
index 44943ed94..210bdad3d 100644
--- a/src/components/TopBar/TopBar.vue
+++ b/src/components/TopBar/TopBar.vue
@@ -560,6 +560,7 @@ export default {
justify-content: center;
width: 100%;
overflow: hidden;
+ height: $clickable-area;
}
.title {
font-weight: bold;