mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
fix #1101 게시판 모바일 스킨에서 댓글의 답글/삭제 버튼을 잘못 표시하는 문제 고침
This commit is contained in:
parent
14a836b5e3
commit
9fb5f8b558
1 changed files with 4 additions and 2 deletions
|
|
@ -378,8 +378,10 @@ input[type=radio] {
|
|||
}
|
||||
.rp .btn {
|
||||
display: inline-block;
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
width: 15px !important;
|
||||
height: 15px !important;
|
||||
padding: 0 !important;
|
||||
border: 0 !important;
|
||||
overflow: hidden;
|
||||
vertical-align: middle;
|
||||
text-indent: 15px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue