diff --git a/public_html/lib/tpl/e/css/modifications.css b/public_html/lib/tpl/e/css/modifications.css index 1417b276..fe4d17e8 100644 --- a/public_html/lib/tpl/e/css/modifications.css +++ b/public_html/lib/tpl/e/css/modifications.css @@ -673,10 +673,10 @@ table { #ircbubble { background-color: #181818; - border-radius: 5px; - padding: 5px; - right: 30px; - bottom: 120px; + border-radius: 10px; + padding: 10px; + right: 10px; + bottom: 90px; position: fixed; z-index: 9998; transform-origin: bottom; @@ -685,8 +685,8 @@ table { #ircbutton { background-color: #181818; - right: 30px; - bottom: 30px; + right: 10px; + bottom: 10px; position: fixed; z-index: 9997; transform-origin: bottom;