Merge pull request #1099 from jitsi/fix_toolbar_popups
fix(toolbar): popups
This commit is contained in:
+8
-1
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user