Fix dropdown button size for picture-in-picture CallView (#8680)
This commit is contained in:
parent
6cdeb64408
commit
ed2c79051e
2 changed files with 9 additions and 2 deletions
|
@ -165,6 +165,11 @@ limitations under the License.
|
|||
width: 34px;
|
||||
height: 34px;
|
||||
|
||||
&.mx_CallViewButtons_dropdownButton {
|
||||
width: var(--CallViewButtons_dropdownButton-size);
|
||||
height: var(--CallViewButtons_dropdownButton-size);
|
||||
}
|
||||
|
||||
&::before {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue