mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 12:02:24 +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 {
|
.rp .btn {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 15px;
|
width: 15px !important;
|
||||||
height: 15px;
|
height: 15px !important;
|
||||||
|
padding: 0 !important;
|
||||||
|
border: 0 !important;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
text-indent: 15px;
|
text-indent: 15px;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue