diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 6be4b3756..767600d1d 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -3148,13 +3148,6 @@ small, .small { -webkit-animation: bounce-bot .7s 1 0s; } -@keyframes upmarsey -{ - 0% { top: -15px; } - 100% { top: 0px; } -} - - @keyframes bounce-top { 20% { transform: translateY(-9px); @@ -6270,4 +6263,14 @@ div.markdown { .text-brown { color: #433722; +} + +.live-circle { + animation: blinker 1s infinite; +} + +@keyframes blinker { + from { color: var(--gray-200) } + 50% { color:red } + to { color: var(--gray-200) } } \ No newline at end of file diff --git a/files/templates/header.html b/files/templates/header.html index 225c9eedd..2d5fbfd44 100644 --- a/files/templates/header.html +++ b/files/templates/header.html @@ -100,6 +100,10 @@ {% if g.webview %} {% endif %} + + {% if SITE_NAME == 'PCM' %} + + {% endif %} {% if v %} {% if v.notifications_count %} @@ -137,6 +141,12 @@