-
-
Notifications
You must be signed in to change notification settings - Fork 377
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add body font-size changer #962
Conversation
5a9fb93
to
c11ce03
Compare
I gotta say: Making those tests work is quite cumbersome... |
c11ce03
to
cb08ec1
Compare
I will look into the |
I do not have a solution for the diff --git a/tests/_files/Report/HTML/PHP81AndUp/CoverageForClassWithAnonymousFunction/index.html b/tests/_files/Report/HTML/PHP81AndUp/CoverageForClassWithAnonymousFunction/index.html
index 6651a25..abd2702 100644
--- a/tests/_files/Report/HTML/PHP81AndUp/CoverageForClassWithAnonymousFunction/index.html
+++ b/tests/_files/Report/HTML/PHP81AndUp/CoverageForClassWithAnonymousFunction/index.html
@@ -122,6 +122,5 @@
</div>
<script src="_js/jquery.min.js" type="text/javascript"></script>
<script src="_js/font-size-changer.js" type="text/javascript"></script>
- <script src="_js/font-size-changer.js" type="text/javascript"></script>
</body>
</html> |
cb08ec1
to
dd38b51
Compare
Right, i missed that one |
just wanted to ask if you found a solution for the |
Thank you for your contribution. I appreciate the time you invested in preparing this pull request. However, I have decided not to merge it as I think that using the browser's native zoom functionality is a better fit. |
@sebastianbergmann having to zoom every single page you visit, while analyzing logs is actually quite tedious. I came here so report this issue, found #961 and was pleased. Followed this thread and am dissapointed. Could it be possible to change the default size to a unit based off the window size like |
As I wrote in #960 (comment)
If you think that using |
Redo #961 with
9.2
as a base branch