瀏覽代碼

Fix news being too wide in the landscape layout

tags/v0.1.0
Fen Dweller 5 年之前
父節點
當前提交
7ecc7e62d3
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: E80B35A6F11C3656
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. +2
    -1
      gorge.css

+ 2
- 1
gorge.css 查看文件

@@ -564,7 +564,8 @@ div::-webkit-scrollbar-corner {
transform-origin: 0% 0%;
animation: news-text-frames 7s cubic-bezier(0.68, -0.55, 0.265, 1.55);
animation-fill-mode: both;
font-size: 24px;
max-width: 40vw;
font-size: 16pt;
}

@keyframes news-text-frames {


Loading…
取消
儲存