mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-01 02:49:07 +01:00
32 lines
No EOL
345 B
SCSS
32 lines
No EOL
345 B
SCSS
.comments {
|
|
padding-left: 0;
|
|
}
|
|
|
|
.comments li {
|
|
list-style-type: none;
|
|
}
|
|
|
|
.comments--box {
|
|
z-index: 99;
|
|
}
|
|
|
|
.comments--count {
|
|
z-index: 0;
|
|
margin-top: -2em;
|
|
}
|
|
|
|
.comments--body {
|
|
overflow: visible;
|
|
}
|
|
|
|
.comments--content {
|
|
overflow: hidden;
|
|
}
|
|
|
|
.media-body {
|
|
overflow: visible !important;
|
|
}
|
|
|
|
.media {
|
|
overflow: visible !important;
|
|
} |