Merge branch 'main' of https://github.com/olinpin/twitter-project into youri
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user