* Hopefully fix OEmbed view * Fix OpenGraph view * Fix middle border * Add spacing at the bottom * Fix comment styles by not including old SPV styles for them (TODO: maybe rescue some stuff there, like the code tag styling) * Fix avatar size for default avatar * Remove border below comment pane * Fix overflow of post body with a lot of text * Fix stylesheet inclusion
24 lines
397 B
SCSS
24 lines
397 B
SCSS
.opengraph {
|
|
width: 100%;
|
|
|
|
a {
|
|
display: block;
|
|
text-decoration: none;;
|
|
color: #000;
|
|
margin: 10px 0px 10px 0px;
|
|
border-top: solid 1px #DDD;
|
|
border-bottom: solid 1px #DDD;
|
|
padding: 10px 0px 5px 0px;
|
|
overflow: hidden;
|
|
|
|
img {
|
|
margin: 0px 5px 5px 0px;
|
|
float: left;
|
|
max-width: 155px;
|
|
}
|
|
|
|
.og-title {
|
|
margin-bottom: 5px;
|
|
}
|
|
}
|
|
}
|