From f3759f78cb1de3ac876ed3760391ca94f771ec2d Mon Sep 17 00:00:00 2001 From: devfake Date: Tue, 23 Jun 2015 09:12:36 +0200 Subject: [PATCH] minor fix --- site/client/app/views/lobby.html | 1 + 1 file changed, 1 insertion(+) diff --git a/site/client/app/views/lobby.html b/site/client/app/views/lobby.html index 761c68e..9fbe3f2 100644 --- a/site/client/app/views/lobby.html +++ b/site/client/app/views/lobby.html @@ -102,6 +102,7 @@ z-index: 20; width: calc(100% - 5px); height: calc(100% - 5px); + border-radius: 12px; -webkit-animation: AnimationName 10s ease infinite; -moz-animation: AnimationName 10s ease infinite;