mirror of
https://notabug.org/scuti/pleroma-comments
synced 2025-01-03 16:41:45 +05:30
simplified css rules - text no longer next to bar
This commit is contained in:
parent
7a4c2aec2f
commit
97934f05e8
@ -84,8 +84,6 @@
|
|||||||
/* border:1px solid red; */
|
/* border:1px solid red; */
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
white-space:normal;
|
|
||||||
overflow:hidden;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width:768px){
|
@media only screen and (min-width:768px){
|
||||||
@ -102,16 +100,8 @@
|
|||||||
.pleroma-comment .bar {
|
.pleroma-comment .bar {
|
||||||
padding-top: 0.5em;
|
padding-top: 0.5em;
|
||||||
padding-bottom:0.5em;
|
padding-bottom:0.5em;
|
||||||
/* for options with 0% or small %s need at least 2 to bump away label */
|
|
||||||
margin-right:2em;
|
|
||||||
/* Prevent text wrapping for the bar width */
|
|
||||||
white-space: nowrap;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.pleroma-comment .bar-text {
|
.pleroma-comment .bar-text {
|
||||||
overflow-wrap: break-word;
|
;
|
||||||
/* Allow word wrap */
|
|
||||||
word-wrap: break-word;
|
|
||||||
/* Allow normal wrapping */
|
|
||||||
white-space: normal;
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user