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:
authorVincent Petry <vincent@nextcloud.com>2020-11-30 15:48:20 +0300
committerVincent Petry <vincent@nextcloud.com>2020-11-30 15:48:20 +0300
commit30d7606a7e4a68a9ee13466064e8cbedfc25fe15 (patch)
tree855302a6679174cc71e1a89c7e032a14a251b2ad /src/assets
parent6caf1a4b9dd6f2947183d116a2cef86b1a8a8bef (diff)
Remove duplicate top bar height scss variable
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Diffstat (limited to 'src/assets')
-rw-r--r--src/assets/variables.scss2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/assets/variables.scss b/src/assets/variables.scss
index 13ea3e380..cd0a3aa4c 100644
--- a/src/assets/variables.scss
+++ b/src/assets/variables.scss
@@ -68,8 +68,6 @@ $message-utils-width: 100px;
//message form max height
$message-form-max-height: 150px;
-$top-bar-height: 50px;
-
$top-bar-height: 60px;
$color-guests-avatar: #ffffff;