Merge pull request #1109 from jitsi/fix_toolbar_popups2

fix(toolbar): popups
This commit is contained in:
Дамян Минков 2016-11-03 14:36:33 -05:00 committed by GitHub
commit 826a7fd220
1 changed files with 8 additions and 1 deletions

View File

@ -54,7 +54,14 @@
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;
}
}
#extendedToolbar {