Fix accidentally removed border-radius
This was removed by https://github.com/thelounge/lounge/pull/379/files#diff-97db1f70168fb5f12457b238ff6052b5L504.
This commit is contained in:
parent
a7fe19deca
commit
5c271cf7b1
@ -591,6 +591,7 @@ button {
|
|||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
bottom: 4px;
|
bottom: 4px;
|
||||||
left: 220px;
|
left: 220px;
|
||||||
|
overflow: hidden; /* Without this, border-radius has no effect */
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 5px;
|
right: 5px;
|
||||||
top: 4px;
|
top: 4px;
|
||||||
|
Loading…
Reference in New Issue
Block a user