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 2020/04/05 02:23:43 UTC

[openmeetings] branch feature/OPENMEETINGS-2225-ui-fix-for-room-menu-hidden-in-mobile-view created (now 57cdf8b)

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

sebawagner pushed a change to branch feature/OPENMEETINGS-2225-ui-fix-for-room-menu-hidden-in-mobile-view
in repository https://gitbox.apache.org/repos/asf/openmeetings.git.


      at 57cdf8b  OPENMEETINGS-2225 fix for when in Mobile view the drop down menu is hidden under the room div. Should move UI

This branch includes the following new commits:

     new 57cdf8b  OPENMEETINGS-2225 fix for when in Mobile view the drop down menu is hidden under the room div. Should move UI

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[openmeetings] 01/01: OPENMEETINGS-2225 fix for when in Mobile view the drop down menu is hidden under the room div. Should move UI

Posted by se...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a commit to branch feature/OPENMEETINGS-2225-ui-fix-for-room-menu-hidden-in-mobile-view
in repository https://gitbox.apache.org/repos/asf/openmeetings.git

commit 57cdf8b8fb7711f7db0238aa4ba73ec1ed47753e
Author: Sebastian Wagner <se...@airnz.co.nz>
AuthorDate: Sun Apr 5 14:06:51 2020 +1200

    OPENMEETINGS-2225 fix for when in Mobile view the drop down menu is hidden under the room div. Should move UI
---
 openmeetings-web/src/main/webapp/css/raw-variables.css | 1 -
 1 file changed, 1 deletion(-)

diff --git a/openmeetings-web/src/main/webapp/css/raw-variables.css b/openmeetings-web/src/main/webapp/css/raw-variables.css
index 35c8200..4d9bb54 100644
--- a/openmeetings-web/src/main/webapp/css/raw-variables.css
+++ b/openmeetings-web/src/main/webapp/css/raw-variables.css
@@ -42,7 +42,6 @@ body.no-menu {
 }
 .main.room {
 	--header-height: 0px;
-	--room-menu-height: 34px;
 	--room-sidebar-width: 315px;
 	--room-wb-tabs-height: 45px;
 	--room-sidebar-header-height: 37px;