tweet template for js

This commit is contained in:
Tim Wijma
2022-10-31 21:11:38 +01:00
parent c6ffc8f3ff
commit 775b54ec2d
2 changed files with 54 additions and 11 deletions

View File

@@ -71,7 +71,7 @@ body {
cursor: pointer;
}
.sport .material-icons-outlined {
.sport .material-symbols-outlined {
font-size: 32px;
}
@@ -84,4 +84,21 @@ body {
.selected {
color: var(--secondary);
border-color: var(--secondary);
}
.tweet {
display: flex;
}
.tweet-profilepicture {
border-radius: 100%;
}
.tweet-interactions {
display: flex;
}
.tweet-interaction {
display: flex;
align-items: center;
}