mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Improve fullscreen iframe handling
This commit is contained in:
parent
954ebf6caa
commit
6a46c39851
4 changed files with 32 additions and 7 deletions
|
|
@ -356,11 +356,15 @@ body>.x,
|
|||
color: #fff;
|
||||
}
|
||||
.x .x_modal-header>.close_window {
|
||||
font-size: 20px;
|
||||
font-size: 24px;
|
||||
line-height: 30px;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
color: #fff;
|
||||
opacity: 0.5;
|
||||
opacity: 0.6;
|
||||
}
|
||||
.x .x_modal-header>.close_window:hover {
|
||||
opacity: 0.8;
|
||||
}
|
||||
.x .x_modal-body {
|
||||
overflow-y: visible;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue