зеркало из https://github.com/nextcloud/spreed.git
Fix appearance of participants menu button
Buttons with icons should have a size of 44x44px for easier interaction. This matches the height of the participant list item in which the button appears, and as such also centers the button vertically with the name of the participant. With the larger size the default grey background of the button is now much more visible, but as the button has no border the background looks strange. Due to this the background is removed, which also gives the menu button in the participant list a consistent look with the menu button in the room list. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
This commit is contained in:
Родитель
9bf78d6b9a
Коммит
f07a0c6c46
|
@ -892,6 +892,11 @@ video {
|
|||
display: inline-block;
|
||||
}
|
||||
|
||||
.participantWithList .participant-entry-utils li {
|
||||
width: 44px;
|
||||
height: 44px;
|
||||
}
|
||||
|
||||
.participantWithList .participant-entry-utils button {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
|
@ -902,6 +907,7 @@ video {
|
|||
.participantWithList .participant-entry-utils-menu-button button {
|
||||
border: 0;
|
||||
opacity: .5;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Загрузка…
Ссылка в новой задаче