Little workaround until Firefox fixes its shit.
This commit is contained in:
parent
c336c080c5
commit
cc521fbe16
@ -3029,6 +3029,10 @@
|
||||
.inlined {\
|
||||
opacity: .5;\
|
||||
}\
|
||||
\
|
||||
[hidden] {\
|
||||
display: none;\
|
||||
}\
|
||||
'
|
||||
};
|
||||
main.init();
|
||||
|
||||
@ -2416,6 +2416,10 @@ main =
|
||||
.inlined {
|
||||
opacity: .5;
|
||||
}
|
||||
|
||||
[hidden] {
|
||||
display: none;
|
||||
}
|
||||
'
|
||||
|
||||
main.init()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user