tweet css

This commit is contained in:
Tim Wijma
2022-11-01 14:28:21 +01:00
parent 5521913353
commit fa47d5866f
2 changed files with 50 additions and 0 deletions

View File

@@ -88,19 +88,43 @@ body {
.tweet {
display: flex;
background-color: var(--main-dark);
border-radius: 16px;
padding: 16px;
}
.tweet-profilepicture {
border-radius: 100%;
width: 60px;
height: 60px;
/* padding: 8px; */
}
.tweet-content {
padding-left: 16px;
}
.tweet-interactions {
display: flex;
margin-top: 8px;
}
.tweet-interaction {
display: flex;
align-items: center;
margin-right: 32px;
}
.tweet-interaction .material-symbols-outlined {
margin-right: 4px;
}
.tweet-nickname {
font-weight: bold;
}
.tweet-username {
opacity: 0.8;
}
.filters-search input {