mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 23:12:21 -04:00
Remove unused lines
This commit is contained in:
parent
8018c1dcae
commit
08f02e441d
1 changed files with 0 additions and 3 deletions
|
@ -94,9 +94,6 @@ class TopWebView(ToolbarWebView):
|
||||||
self.eval(
|
self.eval(
|
||||||
"""document.body.classList.add("hidden"); """,
|
"""document.body.classList.add("hidden"); """,
|
||||||
)
|
)
|
||||||
self.mw.web.eval(
|
|
||||||
f"""document.body.style.setProperty("--toolbar-height", "0px"); """
|
|
||||||
)
|
|
||||||
|
|
||||||
def show(self) -> None:
|
def show(self) -> None:
|
||||||
super().show()
|
super().show()
|
||||||
|
|
Loading…
Reference in a new issue