Fix internetometer image overflowing aside.

This commit is contained in:
天クマ 2026-07-04 15:37:38 -03:00
commit 8d39c82952
2 changed files with 5 additions and 1 deletions

View file

@ -1,4 +1,4 @@
<div> <div class="internetometerAside">
<div> <div>
<h1 class="negativeMargin">{{ i18n[langKey].liked | smartTitle }}?</h1> <h1 class="negativeMargin">{{ i18n[langKey].liked | smartTitle }}?</h1>
<hr style="margin-bottom: .4em;"> <hr style="margin-bottom: .4em;">

View file

@ -903,6 +903,10 @@ header div:first-child {
color: white; color: white;
} }
.internetometerAside img {
max-width: 100%;
}
#telnetSimulation { #telnetSimulation {
display: flex; display: flex;
width: 100%; width: 100%;