mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 15:58:39 +09:00
Merge remote-tracking branch 'origin/tracking' into custom
This commit is contained in:
commit
f5814b5b94
1 changed files with 2 additions and 2 deletions
|
|
@ -720,12 +720,12 @@ canvas {
|
|||
/* hidden elements */
|
||||
base, basefont, datalist, head, meta, script, style, title,
|
||||
noembed, param, template {
|
||||
display: none;
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
area {
|
||||
/* Don't give it frames other than its imageframe */
|
||||
display: none ! important;
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
iframe:fullscreen {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue