X-Git-Url: https://git.auder.net/game/current/git-logo.png?a=blobdiff_plain;f=client%2Fsrc%2FApp.vue;h=c71ebfc41893f215d3ad027f727d440cb562619e;hb=934f7f70431e9892b3ea48ba199356b4f24eaf1b;hp=6a998080fb172e813b7f33f5756d6ff6acebe4f6;hpb=d9a7a1e40254bda6e545514596a7363048c084f9;p=vchess.git diff --git a/client/src/App.vue b/client/src/App.vue index 6a998080..c71ebfc4 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -152,7 +152,7 @@ table vertical-align: middle & > img padding: 0 - height: 24px + height: 1.2em vertical-align: middle @media screen and (max-width: 767px) @@ -274,13 +274,24 @@ footer @media screen and (max-width: 420px) footer + height: 55px display: block + padding: 5px 0 .menuitem.somenews + animation: blinkNews 1s infinite; color: red &:link, &:visited, &:hover color: red +@keyframes blinkNews + 0%, 49% + background-color: yellow + padding: 3px + 50%, 100% + background-color: grey + padding: 3px + // Styles for diagrams and board (partial). // TODO: where to put that ?