소스 검색

bbcode bar width fix

pull/1/head
herbert 3 년 전
부모
커밋
ffb2e19ca1
2개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  1. +6
    -0
      static/styles/beluga/style.css
  2. +5
    -0
      static/styles/orion/style.css

+ 6
- 0
static/styles/beluga/style.css 파일 보기

@@ -1540,11 +1540,17 @@ div.contenth #quickpost {
background: #373a42; background: #373a42;
border: 1px solid #5b5e64; border: 1px solid #5b5e64;
border-bottom: none; border-bottom: none;
width:100% !important;
} }

.bbcode_bar > li > a { .bbcode_bar > li > a {
min-width: 15px; min-width: 15px;
} }


#forums .bbcode_bar{
width:95% !important;
}

#friends table[width="100%"] td { #friends table[width="100%"] td {
text-align: center text-align: center
} }


+ 5
- 0
static/styles/orion/style.css 파일 보기

@@ -1881,12 +1881,17 @@ div.contenth #quickpost {
background: var(--color-textarea); background: var(--color-textarea);
border: 1px solid #5b5e64; border: 1px solid #5b5e64;
border-bottom: none; border-bottom: none;
width:100% !important;
} }


.bbcode_bar>li>a { .bbcode_bar>li>a {
min-width: 15px; min-width: 15px;
} }


#forums .bbcode_bar{
width:95% !important;
}

#friends table[width="100%"] td { #friends table[width="100%"] td {
text-align: center text-align: center
} }


불러오는 중...
취소
저장