瀏覽代碼

Fix padding woes

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

+ 2
- 3
pico.css 查看文件

@@ -46,7 +46,6 @@ body {
}
.media {
grid-area: media;
position: relative;
}
#textbox {
resize: none;
@@ -69,6 +68,7 @@ body {
overflow-x: scroll;
height: 200px;
resize: vertical;
position: relative;
}
.video-container {
display: inline-block;
@@ -118,7 +118,6 @@ body {
;
grid-template-columns: 1fr 4fr;
grid-template-rows: auto 1fr auto;
height: 100vh;
width: 100vw;
height: calc(100vh - 2 * var(--pad));
}
}

Loading…
取消
儲存