edit: bug dans la lecture des msg de l'orga de mastodon + réglages avant prod

This commit is contained in:
2026-04-09 03:55:00 +02:00
parent 275fd74ca9
commit 823b723a43
5 changed files with 16 additions and 12 deletions
@@ -51,17 +51,19 @@
position: fixed;
top:50%;
left:3.33%;
width: 333px;
height: 333px;
width: 400px;
height: 400px;
}
#msgContent{
width: 100%;
width: 95%;
height: 100%;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
overflow-y: scroll;
}
/*================ PC LARGE*/
@media(min-width:1000px){
#msgVisualizer{
@@ -80,6 +82,7 @@
padding-left: 7.77px;
margin-top: 0;
height: 77%;
pointer-events: all;
overflow-y: scroll;
}
</style>