Skip to content

Commit

Permalink
style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dimdenGD committed Jun 15, 2024
1 parent 592f9a1 commit 80e18ba
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 2 deletions.
Binary file added images/yeah_screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Yeah! for Twitter",
"description": "Adds a Yeah! button to Twitter",
"version": "1.0.2",
"version": "1.0.3",
"manifest_version": 3,
"homepage_url": "https://github.com/dimdenGD/YeahTwitter",
"permissions": [
Expand Down
2 changes: 1 addition & 1 deletion styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ body[style^="background-color: rgb(0, 0, 0);"], body.body-pitch-black {
color: var(--yeah-text-color);
font-size: 16px;
}
.yeah-username {
.yeah-handle {
display: inline;
direction: ltr;
unicode-bidi: embed;
Expand Down
30 changes: 30 additions & 0 deletions styles/tweet.css
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,10 @@ body[style^="background-color: rgb(0, 0, 0);"], body.body-pitch-black {
unicode-bidi: embed
}

.tweet-body-text-span a {
color: var(--yeah-link-color);
}

.tweet-time {
bottom: 3px;
position: relative
Expand Down Expand Up @@ -343,6 +347,32 @@ body[style^="background-color: rgb(0, 0, 0);"], body.body-pitch-black {
user-select: none
}

.tweet-interact span {
color: var(--yeah-light-gray);
cursor: pointer;
display: inline-block;
font-size: 12px;
font-weight: 700;
margin-left: 6px;
margin-right: 20px;
position: relative;
text-decoration: none;
top: -2px;
font-family: var(--font), Arial;
}


.tweet-interact span:before {
-webkit-font-smoothing: antialiased;
color: #ccd6dd;
cursor: pointer;
font: 400 16px var(--yeah-icon-font);
margin-right: 10px;
vertical-align: sub;
display: inline-block;
min-width: 16px;
}

.tweet-interact-reply:before {
content: "\f151"
}
Expand Down

0 comments on commit 80e18ba

Please sign in to comment.