This commit is contained in:
youri.apell@gmail.com
2022-11-03 16:47:15 +01:00
3 changed files with 28 additions and 6 deletions

View File

@@ -93,6 +93,7 @@ body {
.tweet {
display: flex;
gap: 10px;
background-color: var(--tweet-color);
border-radius: 16px;
padding: 16px;
@@ -108,6 +109,17 @@ body {
.tweet-content {
padding-left: 16px;
width: 100%;
}
.tweet-name {
display: flex;
gap: 1.5%;
justify-content: space-between;
}
.tweet-date {
align-self: flex-end;
}
.tweet-interactions {
@@ -154,6 +166,13 @@ body {
opacity: 0.8;
}
.tweet-date {
color: var(--main-light);
text-decoration: none;
justify-self: flex-end;
opacity: 0.8;
}
.filters-search input {
height: 28px;
width: 100%;
@@ -305,4 +324,4 @@ body {
.current-sort {
line-height: 36px;
}
}