mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-30 15:52:17 +09:00
신고 선택지 추가, 모바일 신고 환경 개선
- 신고 사유를 선택지 중 선택할 수 있게 함 - 팝업 메뉴의 스타일을 개선하여 모바일에서 적절하게 터치할 수 있게 함.
This commit is contained in:
parent
f77b8fde3c
commit
644ed8eb05
6 changed files with 101 additions and 16 deletions
12
modules/document/tpl/css/declare_document.css
Normal file
12
modules/document/tpl/css/declare_document.css
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
@charset "UTF-8";
|
||||
div.xe_mobile {
|
||||
display:none!important;
|
||||
}
|
||||
section.declare_document{
|
||||
position:relative;
|
||||
display:block;
|
||||
}
|
||||
section.declare_document select,section.declare_document textarea{
|
||||
width: 100%;
|
||||
display:block;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue