mirror of
https://notabug.org/scuti/pleroma-comments
synced 2025-03-13 15:24:22 +05:30
(css) don't shrink width for phones
This commit is contained in:
parent
965374a7cb
commit
351d9f9da2
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user