Merge pull request #537 from thelounge/astorije/fix-border-radius

Fix accidentally removed border-radius
This commit is contained in:
Maxime Poulin 2016-08-01 12:09:14 -04:00 committed by GitHub
commit bdfa7400f4

View file

@ -591,6 +591,7 @@ button {
border-radius: 2px;
bottom: 4px;
left: 220px;
overflow: hidden; /* Without this, border-radius has no effect */
position: absolute;
right: 5px;
top: 4px;