move irc button more into corner to use less room on mobile browsers

This commit is contained in:
Carsten Haitzler 2017-07-11 12:06:37 +09:00
parent 43a5824062
commit ca37d68e4b
1 changed files with 6 additions and 6 deletions

View File

@ -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;