You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by "Uwe Simon (Jira)" <ji...@apache.org> on 2020/09/16 15:37:00 UTC

[jira] [Created] (OPENMEETINGS-2442) volume slider very "small"

Uwe Simon created OPENMEETINGS-2442:
---------------------------------------

             Summary: volume slider very "small"
                 Key: OPENMEETINGS-2442
                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2442
             Project: Openmeetings
          Issue Type: Bug
          Components: UI, Usability
    Affects Versions: 5.0.0
            Reporter: Uwe Simon
            Assignee: Maxim Solodovnik
         Attachments: image-2020-09-16-17-26-04-973.png, image-2020-09-16-17-29-50-862.png, image-2020-09-16-17-30-23-298.png

The volume slider in the window of a participant is very small (only a few pixel wide) and not really visible. see screenshot. 

!image-2020-09-16-17-26-04-973.png!

Reason seems to be the class "dropright" which is added to the  HTML-element

 
{code:java}
<span id="volume-218972b0-f470-46d4-8d4a-7db1f87c400a" class="om-icon dropdown dropright volume-control align-right"><span id="volume-218972b0-f470-46d4-8d4a-7db1f87c400a" class="om-icon dropdown volume-control align-right">
....
</span>
{code}
 

When this class is removed, it looks like

!image-2020-09-16-17-30-23-298.png!

I think this is the way it was planed.

Another way could be to modify the  class dropright.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)