소스 검색

make controls absolute

schtonn 2 년 전
부모
커밋
31b6362bab
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      paint/index.html

+ 2 - 2
paint/index.html

@@ -153,8 +153,8 @@
             left: 0;
             right: 0;
             margin: 0 auto;
-            margin-top: 10px;
-            width: fit-content;
+            bottom: 10px;
+            width: 700px;
             padding-left: 3px;
             padding-right: 5px;
             border: 5px solid rgba(15, 15, 15, 0.1);