Fix reply layout
This commit is contained in:
parent
eb43636237
commit
7562bb8831
@ -395,15 +395,6 @@ $bubble-margin: .25rem;
|
|||||||
opacity: 1;
|
opacity: 1;
|
||||||
} */
|
} */
|
||||||
|
|
||||||
.reply {
|
|
||||||
width: auto;
|
|
||||||
|
|
||||||
.reply-content {
|
|
||||||
height: auto;
|
|
||||||
min-height: 32px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
&.photo, &.video {
|
&.photo, &.video {
|
||||||
.bubble-content {
|
.bubble-content {
|
||||||
width: min-content;
|
width: min-content;
|
||||||
@ -932,11 +923,18 @@ $bubble-margin: .25rem;
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
min-width: 10rem;
|
min-width: 10rem;
|
||||||
|
width: auto;
|
||||||
|
|
||||||
|
&-media {
|
||||||
|
top: .125rem;
|
||||||
|
}
|
||||||
|
|
||||||
&-content {
|
&-content {
|
||||||
//max-width: 300px;
|
//max-width: 300px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
max-width: calc(100% - 24px);
|
max-width: calc(100% - 1.5rem);
|
||||||
|
height: auto;
|
||||||
|
min-height: 32px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user