This website works better with JavaScript.
Home
Explore
Help
Sign In
chemicalcrux
/
gorge
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
9
Wiki
Activity
Browse Source
Fix positioning of news items
tags/v0.0.4
Fen Dweller
5 years ago
parent
234c837a05
commit
d69490ae26
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
gorge.css
+ 1
- 1
gorge.css
View 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);
Write
Preview
Loading…
Cancel
Save