fix: more styling on mobile improvement

This commit is contained in:
Andy Burke 2025-08-20 14:47:05 -07:00
parent 4ed010af41
commit ef98fc754d
2 changed files with 11 additions and 8 deletions

View file

@ -165,7 +165,7 @@
position: absolute;
top: 0.5rem;
right: 0.5rem;
display: flex;
display: none; /* flex; */
flex-direction: row;
}
@ -206,7 +206,7 @@
#talk .message-container .info-container {
display: flex;
margin-bottom: -1.5rem;
margin-bottom: -1.75rem;
height: 3.75rem;
}