소스 검색

fix: remove bottom padding on auto like mgmt dialog

Sv443 4 달 전
부모
커밋
5348343db9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/dialogs/dialogs.css

+ 1 - 0
src/dialogs/dialogs.css

@@ -175,4 +175,5 @@
 #bytm-auto-like-channels-dialog-body {
   padding-left: 0;
   padding-right: 0;
+  padding-bottom: 0;
 }