[Glitch] Add hints about incomplete remote content to web UI

Port 3e9dc4044b to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
This commit is contained in:
Eugen Rochko
2020-06-14 22:29:40 +02:00
committed by Thibaut Girka
parent 65a9b788fc
commit 9a641a5a0e
6 changed files with 121 additions and 7 deletions

View File

@ -1093,6 +1093,31 @@
border-bottom: 1px solid lighten($ui-base-color, 8%);
}
.timeline-hint {
text-align: center;
color: $darker-text-color;
padding: 15px;
box-sizing: border-box;
width: 100%;
cursor: default;
strong {
font-weight: 500;
}
a {
color: lighten($ui-highlight-color, 8%);
text-decoration: none;
&:hover,
&:focus,
&:active {
text-decoration: underline;
color: lighten($ui-highlight-color, 12%);
}
}
}
.missing-indicator {
padding-top: 20px + 48px;