Skip to content

Commit

Permalink
fix unneeded scrollbars
Browse files Browse the repository at this point in the history
  • Loading branch information
dimdenGD committed Jul 22, 2022
1 parent 4edd463 commit 12ea6f0
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 7 deletions.
2 changes: 1 addition & 1 deletion layouts/header/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ input, textarea {
padding: 13px 15px;
top: 8px;
position: relative;
border-bottom: 3px solid var(--background-color);
border-bottom: 3px solid transparent;
transition: 0.1s;
}

Expand Down
4 changes: 3 additions & 1 deletion layouts/home/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,11 @@ body {
.tweet-interact,
.tweet-body-text-quote {
display: flow-root;
overflow-x: hidden;
color: var(--default-text-color)
}
.tweet-body-text-quote {
overflow-x: hidden;
}

.tweet-body-quote {
background-color: var(--background-color);
Expand Down
4 changes: 3 additions & 1 deletion layouts/notifications/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,11 @@ body {
.tweet-interact,
.tweet-body-text-quote {
display: flow-root;
overflow-x: hidden;
color: var(--default-text-color)
}
.tweet-body-text-quote {
overflow-x: hidden;
}

.tweet-body-quote {
background-color: var(--background-color);
Expand Down
4 changes: 3 additions & 1 deletion layouts/profile/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,11 @@ body {
.tweet-interact,
.tweet-body-text-quote {
display: flow-root;
overflow-x: hidden;
color: var(--default-text-color)
}
.tweet-body-text-quote {
overflow-x: hidden;
}

.tweet-body-quote {
background-color: var(--background-color);
Expand Down
4 changes: 3 additions & 1 deletion layouts/search/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,11 @@ body {
.tweet-interact,
.tweet-body-text-quote {
display: flow-root;
overflow-x: hidden;
color: var(--default-text-color)
}
.tweet-body-text-quote {
overflow-x: hidden;
}

.tweet-body-quote {
background-color: var(--background-color);
Expand Down
4 changes: 3 additions & 1 deletion layouts/tweet/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -230,9 +230,11 @@ body {
.tweet-interact,
.tweet-body-text-quote {
display: flow-root;
overflow-x: hidden;
color: var(--default-text-color)
}
.tweet-body-text-quote {
overflow-x: hidden;
}

.tweet-body-quote {
background-color: var(--background-color);
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Old Twitter Layout (2022)",
"description": "A new extension that returns old Twitter's look.",
"version": "1.1.7",
"version": "1.1.8",
"manifest_version": 3,
"homepage_url": "https://github.com/dimdenGD/OldTwitter",
"background": {
Expand Down

0 comments on commit 12ea6f0

Please sign in to comment.