Skip to content

Commit

Permalink
fix unaligned icons in menu
Browse files Browse the repository at this point in the history
  • Loading branch information
dimdenGD committed Sep 17, 2023
1 parent 95acbca commit 2da8564
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 243 deletions.
22 changes: 0 additions & 22 deletions layouts/bookmarks/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -465,28 +465,6 @@ body {
user-select: none
}

.tweet-interact span {
color: var(--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
}

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

.tweet-interact-reply:before {
content: "\f151"
}
Expand Down
24 changes: 24 additions & 0 deletions layouts/header/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1466,6 +1466,30 @@ span.tweet-body-text {
text-align: center;
width: 43px
}
.tweet-interact span {
color: var(--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
}

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

.tweet-view-self-thread-div {
bottom: 35px;
position: relative
Expand Down
22 changes: 0 additions & 22 deletions layouts/history/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -465,28 +465,6 @@ body {
user-select: none
}

.tweet-interact span {
color: var(--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
}

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

.tweet-interact-reply:before {
content: "\f151"
}
Expand Down
22 changes: 0 additions & 22 deletions layouts/home/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -258,28 +258,6 @@ body {
user-select: none
}

.tweet-interact span {
color: var(--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
}

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

.tweet-interact-reply:before {
content: "\f151"
}
Expand Down
22 changes: 0 additions & 22 deletions layouts/itl/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -463,28 +463,6 @@ body {
user-select: none
}

.tweet-interact span {
color: var(--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
}

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

.tweet-interact-reply:before {
content: "\f151"
}
Expand Down
22 changes: 0 additions & 22 deletions layouts/lists/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -276,28 +276,6 @@ body {
user-select: none
}

.tweet-interact span {
color: var(--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
}

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

.tweet-interact-reply:before {
content: "\f151"
}
Expand Down
22 changes: 0 additions & 22 deletions layouts/notifications/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -263,28 +263,6 @@ body {
user-select: none
}

.tweet-interact span {
color: var(--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
}

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

.tweet-interact-reply:before {
content: "\f151"
}
Expand Down
3 changes: 2 additions & 1 deletion layouts/profile/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -242,14 +242,15 @@ body {
text-decoration: none
}

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

.tweet-interact-reply:before {
Expand Down
22 changes: 0 additions & 22 deletions layouts/search/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -267,28 +267,6 @@ body {
user-select: none
}

.tweet-interact span {
color: var(--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
}

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

.tweet-interact-reply:before {
content: "\f151"
}
Expand Down
22 changes: 0 additions & 22 deletions layouts/settings/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -504,28 +504,6 @@ select, input, textarea {
user-select: none
}

.tweet-interact span {
color: var(--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
}

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

.tweet-interact-reply:before {
content: "\f151"
}
Expand Down
22 changes: 0 additions & 22 deletions layouts/topics/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -479,28 +479,6 @@ body {
user-select: none
}

.tweet-interact span {
color: var(--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
}

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

.tweet-interact-reply:before {
content: "\f151"
}
Expand Down
22 changes: 0 additions & 22 deletions layouts/tweet/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -276,28 +276,6 @@ body {
user-select: none
}

.tweet-interact span {
color: var(--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
}

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

.tweet-interact-reply:before {
content: "\f151"
}
Expand Down
22 changes: 0 additions & 22 deletions layouts/unfollows/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -259,28 +259,6 @@ body {
user-select: none
}

.tweet-interact span {
color: var(--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
}

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

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

0 comments on commit 2da8564

Please sign in to comment.