Files
fundor333.com/themes/fugu/assets/css/_webmention.scss
Fundor333 4715eb1ec6 fix
2024-02-11 01:47:32 +01:00

70 lines
885 B
SCSS

#webmentions {
margin: 0;
position: relative;
z-index: 100;
line-height: 1.2em;
.comments {
max-height: 20em;
overflow-x: hidden;
overflow-y: scroll;
li {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
.text {
color: var(--color-font);
font-style: italic;
text-decoration: none;
}
.name {
color: var(--color-font);
}
}
}
h2 {
margin: 0;
padding: 2px;
background: var(--color-background);
}
.reacts {
img {
margin: 3px -1ex 1px 0;
}
}
ul {
list-style-type: none;
margin: 0;
padding: 4px;
}
li {
text-indent: -1em;
padding-left: 1em;
}
a.reaction {
position: relative;
text-decoration: none;
margin-right: 0;
letter-spacing: -1ex;
margin-right: 1ex;
img {
max-height: 3em;
margin-right: -1ex;
border-radius: 25%;
}
sub {
font-size: 50%;
}
}
}