瀏覽代碼

Allow horizontal layout

master
Roderic Day 5 年之前
父節點
當前提交
c20801df38
共有 1 個檔案被更改,包括 13 行新增0 行删除
  1. +13
    -0
      pico.css

+ 13
- 0
pico.css 查看文件

@@ -94,3 +94,16 @@ body {
.video-container.mirror video {
transform: scaleX(-1);
}
@media only screen and (min-width: 600px) {
.chat {
grid-template-areas:
'online media'
'posts media'
'actions media'
;
grid-template-columns: 1fr 4fr;
grid-template-rows: auto 1fr auto;
height: 100vh;
width: 100vw;
}
}

Loading…
取消
儲存