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

sebawagner pushed a commit to branch 
feature/OPENMEETINGS-2655-adjust-icons-to-fit-buttonAndMenu
in repository https://gitbox.apache.org/repos/asf/openmeetings.git

commit f6cfd030d2d6cad5fa4e656026cb344371e58566
Author: Sebastian Wagner <seba.wag...@gmail.com>
AuthorDate: Sun Aug 29 16:46:41 2021 +1200

    OPENMEETINGS-2655 Adjust sidebar and desktop sharer icon to fit into button 
and menu.
---
 openmeetings-web/src/main/webapp/css/raw-menu.css | 2 +-
 openmeetings-web/src/main/webapp/css/raw-room.css | 2 +-
 2 files changed, 2 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 03dc68c..992e84e 100644
--- a/openmeetings-web/src/main/webapp/css/raw-menu.css
+++ b/openmeetings-web/src/main/webapp/css/raw-menu.css
@@ -39,7 +39,7 @@
        position: relative;
 }
 .room-block .menu .details .detail-btn i::before {
-       font-size: 2.0em;
+       font-size: 1.4em;
        line-height: 1.2em;
 }
 .room-block .menu .details .detail-btn.shared {
diff --git a/openmeetings-web/src/main/webapp/css/raw-room.css 
b/openmeetings-web/src/main/webapp/css/raw-room.css
index 44a5398..75c6b22 100644
--- a/openmeetings-web/src/main/webapp/css/raw-room.css
+++ b/openmeetings-web/src/main/webapp/css/raw-room.css
@@ -142,7 +142,7 @@ html[dir="rtl"] .room-block .sb-wb .sidebar {
        display: none !important;
 }
 .room-block .sb-wb .sidebar .icon-undock, .room-block .sb-wb .sidebar 
.icon-dock {
-       font-size: 1.6em;
+       font-size: 1.2em;
        padding-top: 3px;
 }
 .room-block .sb-wb .sidebar .icon-dock:before {

Reply via email to