mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Remove left/right padding from ongoing call notification, so that we don't get scrollbars in chrome
This commit is contained in:
parent
9fd2bf0989
commit
ae2768af9c
@ -255,5 +255,5 @@ limitations under the License.
|
||||
background-color: #ff0064;
|
||||
color: #fff;
|
||||
font-weight: bold;
|
||||
padding: 6px;
|
||||
}
|
||||
padding: 6px 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user