fix stats for nerds :p

This commit is contained in:
ashley 2024-05-02 02:12:44 +00:00
parent def705d37a
commit 98b310342e

View file

@ -731,30 +731,30 @@ a.new-button:hover {
display: none; display: none;
} }
.v:checked ~ .div_box { .v:checked~.div_box {
display: flex; display:flex;
margin-top: -51em; margin-top:-51em;
text-align: left; text-align:left;
background: #0009; background:#0009;
border-radius: 10px; border-radius:10px;
height: fit-content; height:fit-content;
padding: 10px; padding:10px;
font-family: "ubuntu", sans-serif; font-family:ubuntu,sans-serif;
margin-left: -11em; width:43em;
width: 43em; position:absolute;
position: absolute; white-space:-moz-pre-wrap!important;
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */ white-space:-pre-wrap;
white-space: -pre-wrap; /* Opera 4-6 */ white-space:-o-pre-wrap;
white-space: -o-pre-wrap; /* Opera 7 */ white-space:pre-wrap;
white-space: pre-wrap; /* css-3 */ word-wrap:break-word;
word-wrap: break-word; /* Internet Explorer 5.5+ */ white-space:-webkit-pre-wrap;
white-space: -webkit-pre-wrap; /* Newer versions of Chrome/Safari*/ word-break:break-all;
word-break: break-all; white-space:normal;
white-space: normal; height:-moz-fit-content;
height: -moz-fit-content; height:-webkit-fit-content;
height: -webkit-fit-content; max-width:708px;
max-width: 708px; max-height:185.6px;
max-height: 185.6px; margin-right: 13em;
} }
@media screen and (min-width: 1400px) { @media screen and (min-width: 1400px) {