MVC: blank UI space#10375
Conversation
|
Screenshots please, hard to gauge from here |
|
@swhite2 If you have a moment here too :) Its just the white line above the copyright notice, nothing major. |
|
To be honest I'm unsure where the padding was relevant to begin with or how this would affect custom themes. Maybe @AdSchellevis has an idea? |
|
Could have been a miscalculation in 49f7da2 The container height should be 100% - 55px if I'm not mistaken, currently its: You likely don't want to extend it to 100% as stuff in the container might fall behind the footer in that case. |
It currently doesn't seem to cause any such issues, I have been using it since mid-April, but if 55 is calculated to work in all screens, even better. |
|
-55px seems to also fix the issue, so let's go with that to leave some margin as @AdSchellevis suggested |
| background: #101218; | ||
| border: 1px solid #E5E5E5; | ||
| } | ||
| .content-box-main { |
There was a problem hiding this comment.
this is very peculiar as it wasn't defined anywhere but still being "used":
% git grep content-box-main
src/opnsense/mvc/app/views/OPNsense/CaptivePortal/vouchers.volt: <div class="content-box-main">
src/opnsense/mvc/app/views/OPNsense/Diagnostics/arp.volt: <div class="content-box-main">
src/opnsense/mvc/app/views/OPNsense/Diagnostics/log.volt: <div class="content-box-main">
src/opnsense/mvc/app/views/OPNsense/Diagnostics/ndp.volt: <div class="content-box-main">
src/opnsense/mvc/app/views/OPNsense/Diagnostics/routes.volt: <div class="content-box-main">
src/opnsense/mvc/app/views/OPNsense/Diagnostics/systemactivity.volt: <div class="content-box-main">
src/opnsense/mvc/app/views/OPNsense/TrafficShaper/statistics.volt: <div class="content-box-main">
src/opnsense/mvc/app/views/OPNsense/Unbound/stats.volt: <div class="content-box-main">
src/www/index.php: <div class="content-box-main" style="padding-bottom:0px;">
There was a problem hiding this comment.
Indeed, it was deleted on 0e999cc
Keep or delete?

Important notices
Before you submit a pull request, we ask you kindly to acknowledge the following:
Closes: #10150