This repository has been archived by the owner on Jun 2, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
a-better-twitter.css
126 lines (126 loc) · 2.84 KB
/
a-better-twitter.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
@-moz-document domain("twitter.com")
{
/*Centralizar as fotos.*/
.AdaptiveMedia-video,
.AdaptiveMedia-singlePhoto,
.AdaptiveMedia-doublePhoto,
.AdaptiveMedia-triplePhoto,
.AdaptiveMedia-quadPhoto,
.AdaptiveMedia-halfWidthPhoto,
.AdaptiveMedia-twoThirdsWidthPhoto,
.AdaptiveMedia-threeQuartersWidthPhoto,
.AdaptiveMedia-halfHeightPhoto,
.AdaptiveMedia-halfHeightPhotoContainer,
.AdaptiveMedia-thirdHeightPhoto,
.AdaptiveMedia-thirdHeightPhotoContainer,
.AdaptiveMedia-photoContainer img
{
display: block !important;
position: static !important;
width: 100% !important;
height: auto !important;
border-radius: 4px !important;
}
/*Janela*/
.AdaptiveMedia,
.AdaptiveMedia-video
.PlayableMedia-container
{
max-height: none !important;
max-width: 100% !important;
min-height: 100% !important;
border-radius: 4px !important;
}
/*Remover bullshit*/
.moments,
li[data-suggestion-json*="ActivityTweet"],
li.promoted-trend,
li.promoted-account,
div.promoted-tweet,
div.promoted-tweet-heading,
div.DashUserDropdown li>a[data-nav="all_moments"],
div.DashUserDropdown li>a[data-nav="promote-mode"],
div.DashUserDropdown li>a[data-nav="ads"],
div.flex-module.trends-container,
div.flexmodule.trends,
div.module.trends,
div.module.roaming-module.wtf-module.js-wtf-module.has-content,
div.Footer.module.roaming-module,
div.ProfileWTFAndTrends,
div.trends-inner,
div.flex-module.import-prompt
{
display: none !important;
}
/*Não logado*/
div.module.Trends.trends,
div.RelatedUsers.module
{
display: none !important;
}
/*Correções do card de perfil*/
.DashboardProfileCard
{
margin-bottom: -8px !important;
border-radius: 4px !important;
}
.ProfileCardStats
{
text-align: center !important;
height: 30px !important;
}
.wrapper-home
{
width: 590px !important;
}
/*Largura da coluna principal*/
.content-main
{
position: relative !important;
margin: 0 !important;
}
/*Largura do perfil*/
.dashboard-left
{
width: 100% !important;
height: 100% !important;
border-bottom: solid transparent 8px;
}
/*Fix para sugestões após seguir alguém*/
.ProfileClusterFollow
{
padding: 14px 0 1px!important;
border-bottom: none !important;
}
div.AdaptiveSearchPage-moduleHeader
{
padding: 8px !important;
}
.AdaptiveSearchTimeline-separationModule
{
margin-bottom: 10px !important;
}
div.ProfileCard.js-actionable-user.with-SocialContext
{
width: 315px !important;
height: 282px !important;
}
p.social-proof
{
margin-top: 0 !important;
}
/*In case you missed*/
.stream-item.separated-module
{
margin-top: 10px !important;
margin-bottom: 10px !important;
border-radius: 4px !important;
}
/*Rounding things*/
div.home-tweet-box.tweet-box.component.tweet-user
.DashboardProfileCard-content
{
border-radius: 4px !important;
margin-bottom: 5px;
}
}