Adaptive nicklist width
This commit is contained in:
parent
6cfabdd0bd
commit
40492cf519
1 changed files with 2 additions and 1 deletions
|
@ -360,7 +360,8 @@ table.notimestamp td.time {
|
||||||
|
|
||||||
#nicklist {
|
#nicklist {
|
||||||
height: auto;
|
height: auto;
|
||||||
width: 160px;
|
width: auto;
|
||||||
|
padding: 35px 7px 35px 10px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
-webkit-box-shadow: 0px 0px 120px #000;
|
-webkit-box-shadow: 0px 0px 120px #000;
|
||||||
box-shadow: 0px 0px 120px #000;
|
box-shadow: 0px 0px 120px #000;
|
||||||
|
|
Loading…
Add table
Reference in a new issue