ソースを参照

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;
}
}

読み込み中…
キャンセル
保存