You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by se...@apache.org on 2021/10/09 03:28:33 UTC

[openmeetings] 01/01: OPENMEETINGS-2681 Improve margins and when whiteboard is disabled.

This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a commit to branch feature/OPENMEETINGS-2681-improve-and-remove-margins-that
in repository https://gitbox.apache.org/repos/asf/openmeetings.git

commit f69af21ca966a7c03a072b57c0563bcc76b8c1a1
Author: Sebastian Wagner <se...@gmail.com>
AuthorDate: Sat Oct 9 16:24:33 2021 +1300

    OPENMEETINGS-2681 Improve margins and when whiteboard is disabled.
---
 openmeetings-web/src/main/webapp/css/raw-menu.css      | 2 ++
 openmeetings-web/src/main/webapp/css/raw-room.css      | 2 +-
 openmeetings-web/src/main/webapp/css/raw-variables.css | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/openmeetings-web/src/main/webapp/css/raw-menu.css b/openmeetings-web/src/main/webapp/css/raw-menu.css
index 992e84e..a0cbd0e 100644
--- a/openmeetings-web/src/main/webapp/css/raw-menu.css
+++ b/openmeetings-web/src/main/webapp/css/raw-menu.css
@@ -1,6 +1,8 @@
 /* Licensed under the Apache License, Version 2.0 (the "License") http://www.apache.org/licenses/LICENSE-2.0 */
 #menu .navbar {
+	padding-top: 0;
 	padding-bottom: 0;
+	height: var(--room-menu-height);
 }
 .room-block .menu .top.exit {
 	padding-left: 0;
diff --git a/openmeetings-web/src/main/webapp/css/raw-room.css b/openmeetings-web/src/main/webapp/css/raw-room.css
index 5211908..f8c8932 100644
--- a/openmeetings-web/src/main/webapp/css/raw-room.css
+++ b/openmeetings-web/src/main/webapp/css/raw-room.css
@@ -32,7 +32,7 @@
 	left: 0;
 }
 .room-block .sb-wb .sidebar #room-sidebar-tabs {
-	height: calc(100% - var(--buffer-size) - var(--activities-height));
+	height: calc(100% - var(--activities-height));
 }
 .room-block .sb-wb .sidebar .tab {
 	padding: 5px 0 0 0;
diff --git a/openmeetings-web/src/main/webapp/css/raw-variables.css b/openmeetings-web/src/main/webapp/css/raw-variables.css
index 6286ade..5ffa8f3 100644
--- a/openmeetings-web/src/main/webapp/css/raw-variables.css
+++ b/openmeetings-web/src/main/webapp/css/raw-variables.css
@@ -44,7 +44,7 @@ body.no-menu {
 }
 .main.room {
 	--header-height: 0px;
-	--room-menu-height: calc(22px + 1rem);
+	--room-menu-height: 40px;
 	--room-wb-tabs-height: 45px;
 	--room-sidebar-header-height: 37px;
 	--chat-width: 20px;