X-Git-Url: https://git.auder.net/js/rpsls.js?a=blobdiff_plain;f=client%2Fsrc%2FApp.vue;h=b83c032956042cd6bffc4a96b9ab01badbfb5b1a;hb=14c35dc66973e66f9d9a680abb0a35db93ee2bcb;hp=6a998080fb172e813b7f33f5756d6ff6acebe4f6;hpb=d9a7a1e40254bda6e545514596a7363048c084f9;p=vchess.git diff --git a/client/src/App.vue b/client/src/App.vue index 6a998080..b83c0329 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -149,10 +149,11 @@ table padding: 0 10px 0 0 height: 100% & > span + padding-right: 5px vertical-align: middle & > img padding: 0 - height: 24px + height: 1.2em vertical-align: middle @media screen and (max-width: 767px) @@ -274,13 +275,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 ?