-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathYTEarlyAmsterdam.user.css
More file actions
47 lines (43 loc) · 1.44 KB
/
YTEarlyAmsterdam.user.css
File metadata and controls
47 lines (43 loc) · 1.44 KB
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
/* ==UserStyle==
@name Pre-Late 2023 YT Amsterdam Improvements
@namespace github.com/openstyles/stylus
@version 1.0.1
@description Improves upon Magma_Craft's early Amsterdam userstyle.
@author Me
==/UserStyle== */
@-moz-document domain("youtube.com") {
#background.ytd-masthead {
background: var(--yt-spec-base-background) !important;
}
ytd-guide-section-renderer[modern-typography] #guide-section-title.ytd-guide-section-renderer {
font-weight: normal;
}
#voice-search-button.ytd-masthead {
background-color: unset !important;
}
.page-header-view-model-wiz__page-header-title--page-header-title-large {
margin-top: 12px !important;
margin-bottom: 8px !important;
}
.ytSuggestionComponentRightContainer {
display:none !important;
}
}
@-moz-document url-prefix("https://www.youtube.com/@"), url-prefix("https://www.youtube.com/channel/"), url-prefix("https://www.youtube.com/c/") {
.page-header-view-model-wiz__page-header-flexible-actions--page-header-flexible-actions-margin-bottom {
margin-bottom: 0px;
}
.page-header-view-model-wiz__page-header-flexible-actions--page-header-flexible-actions-margin-top {
margin-top: -30px;
}
.yt-flexible-actions-view-model-wiz--inline {
flex-direction: row;
}
.yt-flexible-actions-view-model-wiz {
display: flex;
flex-direction: row;
align-items: flex-start;
align-content: flex-start;
flex-wrap: wrap;
justify-content: flex-end;
}}