mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 11:26:09 +00:00
Bug 1212787 - Revert Loop's conversation toolbar button sizes due to bug 1209632 causing a visual regression. r=dmose
This commit is contained in:
parent
ae5c215b52
commit
484a185c31
@ -48,11 +48,17 @@ html[dir="rtl"] .conversation-toolbar > li {
|
||||
|
||||
.conversation-toolbar .btn {
|
||||
background-position: center;
|
||||
background-size: 24px;
|
||||
background-size: 28px;
|
||||
background-repeat: no-repeat;
|
||||
background-color: transparent;
|
||||
height: 24px;
|
||||
width: 24px;
|
||||
height: 28px;
|
||||
width: 33px;
|
||||
}
|
||||
|
||||
.btn-hangup-entry > .btn {
|
||||
/* Make the button the width of the background, so that we don't get an
|
||||
extra gap which appears to push the toolbar in further than necessary */
|
||||
width: 28px;
|
||||
}
|
||||
|
||||
.conversation-toolbar-media-btn-group-box {
|
||||
|
Loading…
Reference in New Issue
Block a user