Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Xilantra authored Sep 22, 2022
1 parent 625d45e commit 02e8e24
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,9 @@

/* Default */
[data-testid="tweet"],
[data-testid="cellInnerDiv"] [role="article"]
[data-testid="cellInnerDiv"] [role="article"],
/* See new tweet button */
[aria-label="Timeline: Your Home Timeline"] .r-1pl7oy7:hover
/* Media lightbox */
/* [aria-modal="true"] .r-yfoy6g */
{
Expand All @@ -102,7 +104,9 @@
}

.bg-dimmed [data-testid="tweet"],
.bg-dimmed [data-testid="cellInnerDiv"] [role="article"]
.bg-dimmed [data-testid="cellInnerDiv"] [role="article"],
/* See new tweet button */
.bg-dimmed [aria-label="Timeline: Your Home Timeline"] .r-1pl7oy7:hover
/* Media lightbox */
/* .bg-dimmed [aria-modal="true"] .r-yfoy6g */
{
Expand All @@ -111,7 +115,9 @@
}

.bg-dark [data-testid="tweet"],
.bg-dark [data-testid="cellInnerDiv"] [role="article"]
.bg-dark [data-testid="cellInnerDiv"] [role="article"],
/* See new tweet button */
.bg-dark [aria-label="Timeline: Your Home Timeline"] .r-1pl7oy7:hover
/* Media lightbox */
/* .bg-dark [aria-modal="true"] .r-yfoy6g */
{
Expand Down Expand Up @@ -139,10 +145,6 @@
background: rgb(14 20 27);
}

.bg-dark [data-testid="cellInnerDiv"] .r-19u6a5r:not([data-testid="tweetButton"]):not([data-testid="tweetButtonInline"]):hover {
background: rgb(24 24 24);
}

/* Open photo modal popup thread */
[aria-label="Timeline: Conversation"] {
padding: 8px !important;
Expand Down Expand Up @@ -201,7 +203,7 @@ a.css-4rbku5.css-18t94o4.css-1dbjc4n.r-1loqt21.r-1ny4l3l.r-1udh08x.r-ymttw5.r-1v

/* What's happening bottom spacing */
/* .css-1dbjc4n.r-iphfwy */
.css-1dbjc4n.r-14lw9ot.r-oyd9sg {
.css-1dbjc4n.r-iphfwy .css-1dbjc4n.r-oyd9sg {
padding-bottom: 32px;
}

Expand Down Expand Up @@ -288,6 +290,7 @@ header[role="banner"],
}

/* New tweets available pill notification with/without avatars */
/* Blue only for now. I'm too lazy to check for the other color theme */
/* bg-dark */
.r-1uusn97,
/* bg-dimmed */
Expand Down Expand Up @@ -364,3 +367,4 @@ header[role="banner"]:hover,




0 comments on commit 02e8e24

Please sign in to comment.