Sfoglia il codice sorgente

Fix positioning of news items

tags/v0.0.4
Fen Dweller 5 anni fa
parent
commit
d69490ae26
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      gorge.css

+ 1
- 1
gorge.css Vedi File

@@ -501,7 +501,7 @@ div::-webkit-scrollbar-corner {
pointer-events: none;
text-align: center;
position: fixed;
top: 50vw;
top: 90vh;
left: 50vw;
transform-origin: 0% 0%;
animation: news-text-frames 10s cubic-bezier(0.68, -0.55, 0.265, 1.55);


Loading…
Annulla
Salva