Merge pull request #1099 from jitsi/fix_toolbar_popups
fix(toolbar): popups
This commit is contained in:
commit
31d6a41759
|
@ -42,8 +42,15 @@
|
|||
margin-right: auto;
|
||||
width: auto;
|
||||
border-radius: 3px;
|
||||
overflow: hidden;
|
||||
|
||||
.button:first-child {
|
||||
border-bottom-left-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
}
|
||||
.button:last-child {
|
||||
border-bottom-right-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
}
|
||||
/**
|
||||
* Splitter button in the toolbar.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue