Fixed Member post width

This commit is contained in:
2025-10-29 16:35:20 -05:00
parent 4a847a74d9
commit 0b1a622b99
2 changed files with 10 additions and 5 deletions

View File

@ -159,4 +159,3 @@
<script src="/javascript/remeber.js"></script> <script src="/javascript/remeber.js"></script>
</body> </body>
</html> </html>
<!--Gitea Discord Test 2-->

View File

@ -244,10 +244,9 @@ a.member{
@media (max-width: 800px){ @media (max-width: 800px){
div.post{ div.post{
width: auto; width: 40vw;
} }
ul.member{
ul.mebere{
margin: 0 0 0 0; margin: 0 0 0 0;
} }
li.member{ li.member{
@ -281,6 +280,13 @@ a.member{
left: 30vw; left: 30vw;
right: 30vw; right: 30vw;
} }
canvas{
position: fixed;
bottom: 0;
top: 0;
left: 0;
right: 0;
}
} }