Make notifications a little bit wider to accomodate range ban message.

This commit is contained in:
ccd0 2016-06-13 00:20:33 -07:00
parent d91bf049ce
commit 97191752ce

View File

@ -419,7 +419,7 @@ audio.controls-added {
box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
border-radius: 2px;
margin: 1px auto;
width: 500px;
width: 550px;
max-width: 100%;
position: relative;
transition: all .25s ease-in-out;