Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
3ff58b5b
Commit
3ff58b5b
authored
Jan 09, 2023
by
Dominik Hebeler
Browse files
fixed researchbar position for desktop
parent
385aa8c0
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
metager/resources/views/layouts/resultpage/framedResultPage.blade.php
View file @
3ff58b5b
...
...
@@ -66,10 +66,15 @@
<div
class=
"sidebar-opener-placeholder"
></div>
</div>
</div>
<div
id=
"foki"
></div>
<div
id=
"options"
></div>
<div
id=
"results-container"
></div>
<div
id=
"additions-container"
></div>
<footer
class=
"resultPageFooter noprint"
></footer>
</div>
<iframe
id=
"mg-framed"
src=
"{{ $frame_url }}"
autofocus=
"true"
></iframe>
<script
nonce=
"{{ $mgv }}"
>
document
.
getElementById
(
"
mg-framed
"
).
src
=
""
;
document
.
getElementById
(
"
resultpage-container
"
).
style
.
display
=
"
block
"
;
document
.
getElementById
(
"
resultpage-container
"
).
style
.
display
=
"
grid
"
;
</script>
</body>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment