mirror of
https://notabug.org/scuti/pleroma-comments
synced 2025-05-31 11:21:40 +05:30
(css) don't shrink width for phones
This commit is contained in:
@@ -84,11 +84,16 @@
|
|||||||
/* border:1px solid red; */
|
/* border:1px solid red; */
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
width: 45%;
|
|
||||||
white-space:normal;
|
white-space:normal;
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media only screen and (min-width:768px){
|
||||||
|
.pleroma-comment .chart {
|
||||||
|
width: 45%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.pleroma-comment .bar-container {
|
.pleroma-comment .bar-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
Reference in New Issue
Block a user