mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
17 lines
No EOL
255 B
CSS
17 lines
No EOL
255 B
CSS
@charset "UTF-8";
|
|
div.xe_mobile {
|
|
display:none!important;
|
|
}
|
|
select#message_option {
|
|
clear: both;
|
|
width: 90%;
|
|
margin-bottom: 8px;
|
|
}
|
|
|
|
textarea#declare_message {
|
|
width: 100%;
|
|
height: 80px;
|
|
margin-bottom: 8px;
|
|
box-sizing: border-box;
|
|
display: none;
|
|
} |