Various pixel pushing, tooltip copy changes (#2918)

* fix(toolbar): make button hover bigger

* fix(toolbar): make hangup button bigger

* fix(always-on-top): make toolbar and buttons same sizes as main toolbar

* fix(toolbar): change some tooltips

* fix(toolbar): adjust side panel and filmstrip for new toolbar sizes
This commit is contained in:
virtuacoplenny
2018-05-04 13:10:48 -07:00
committed by bbaldino
parent 8656c7e760
commit d62ac72cfa
4 changed files with 19 additions and 15 deletions

View File

@@ -39,7 +39,7 @@
box-sizing: border-box;
display: flex;
justify-content: space-between;
padding: 16px 8px;
padding: 12px 8px;
position: absolute;
transition: bottom .3s ease-in;
width: 100%;
@@ -100,6 +100,7 @@
.icon-hangup {
color: $hangupColor;
font-size: $newToolbarHangupFontSize;
}
.overflow-menu {
@@ -239,10 +240,14 @@
z-index: $toolbarZ;
i {
font-size: $alwaysOnTopToolbarFontSize;
height: $alwaysOnTopToolbarSize;
line-height: $alwaysOnTopToolbarSize;
width: $alwaysOnTopToolbarSize;
font-size: $newToolbarFontSize;
height: $newToolbarSize;
line-height: $newToolbarSize;
width: $newToolbarSize;
}
.icon-hangup {
font-size: $newToolbarHangupFontSize;
}
.disabled {