tweet template for js
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user