restructure entries pages, last comments

This commit is contained in:
2021-10-06 09:49:16 +02:00
parent 4c69a9b177
commit ac7e46c627
22 changed files with 205 additions and 271 deletions
+16 -6
View File
@@ -277,6 +277,19 @@ table {
}
a[href*="//"]::after {
font-family: "Material Icons";
font-size: 10px;
display: inline-block;
position: relative;
top: -3px;
content: "launch";
color: #6e6e6e;
text-decoration: none
}
.dark-theme {
app-root {
@@ -303,11 +316,8 @@ table {
}
}
}
}
.help-button {
float: right;
position: relative;
top: -40px;
right: 15px;
a[href*="//"]::after {
color: #aeaeae;
}
}