(css) don't shrink width for phones

This commit is contained in:
scuti 2024-11-28 22:48:18 -08:00
parent 965374a7cb
commit 351d9f9da2

View File

@ -84,11 +84,16 @@
/* border:1px solid red; */
display: flex;
flex-direction: column;
width: 45%;
white-space:normal;
overflow:hidden;
}
@media only screen and (min-width:768px){
.pleroma-comment .chart {
width: 45%;
}
}
.pleroma-comment .bar-container {
display: flex;
align-items: center;