소스 검색

Change the style for the board title

Visman 5 년 전
부모
커밋
0b6c9e6f7b
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      public/style/ForkBB/style.css

+ 8 - 0
public/style/ForkBB/style.css

@@ -317,6 +317,9 @@ body,
   width: calc(100% - 4rem);
   padding: 0.625rem 0 0.625rem 0.625rem;
   font-size: 2rem;
+  overflow: hidden;
+  white-space: nowrap;
+  text-overflow: ellipsis;
 }
 
 #fork-header #id-fhtdesc {
@@ -384,6 +387,11 @@ body,
 }
 
 @media screen and (min-width: 50rem) {
+  #fork-header #id-fhth1 {
+    overflow: auto;
+    white-space: normal;
+  }
+
   #fork-nav #id-mn-checkbox,
   #fork-nav #id-mn-label {
     display: none;