소스 검색

Мелкие поправки

Book Pauk 5 년 전
부모
커밋
f7d2d8fc95
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      client/components/Reader/RecentBooksPage/RecentBooksPage.vue

+ 2 - 0
client/components/Reader/RecentBooksPage/RecentBooksPage.vue

@@ -356,11 +356,13 @@ class RecentBooksPage extends Vue {
 .td-mp {
     margin: 0 !important;
     padding: 4px 4px 4px 4px !important;
+    border-bottom: 1px solid #ddd;
 }
 
 .no-mp {
     margin: 0 !important;
     padding: 0 !important;
+    border-bottom: 1px solid #ddd;
 }
 
 .break-word {