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

sebawagner pushed a commit to branch 
feature/openmeetings-2725-update-css-user-files-tabs
in repository https://gitbox.apache.org/repos/asf/openmeetings.git

commit baad73cd3c0f5f3e5037d0d3d033b285a189dbbe
Author: Sebastian Wagner <sebastianwagner@Sebastians-MacBook-Pro.local>
AuthorDate: Sun Apr 24 11:07:55 2022 +1200

    OPENMEETINGS-2725 Update css for user and minimise button
---
 openmeetings-web/src/main/webapp/css/raw-room.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/openmeetings-web/src/main/webapp/css/raw-room.css 
b/openmeetings-web/src/main/webapp/css/raw-room.css
index 8e44a4a36..11c7e96b9 100644
--- a/openmeetings-web/src/main/webapp/css/raw-room.css
+++ b/openmeetings-web/src/main/webapp/css/raw-room.css
@@ -62,7 +62,7 @@
        padding-inline-end: 15px;
 }
 .room-block .sb-wb .sidebar .tab.user .label {
-       width: calc((var(--sidebar-width) - 50px) / 2 - 60px);
+       width: calc((var(--sidebar-width) - 50px) / 2 - 80px);
 }
 html[dir="rtl"] .room-block .sb-wb .sidebar {
        right: 0;
@@ -725,7 +725,7 @@ html[dir="rtl"] .room-block .sb-wb .sidebar {
        display: inline-block;
        list-style: none;
        list-style-type: none;
-       padding: 0 .5em;
+       padding: 0 .3em;
        border-bottom-width: inherit;
        height: 25px;
        position: absolute;

Reply via email to