mirror of
https://gitlab.com/Cynosphere/xmc.git
synced 2024-08-14 22:57:03 +00:00
fix compacter member list
This commit is contained in:
parent
b13dbdf4c1
commit
03240a2bbe
1 changed files with 22 additions and 14 deletions
36
xmc.user.css
36
xmc.user.css
|
@ -95,10 +95,10 @@
|
|||
--status-positive-text: var(--text);
|
||||
--status-danger-text: var(--text);
|
||||
--status-warning-text: var(--text);
|
||||
--button-secondary-background: var(--secondary);
|
||||
--button-secondary-background: var(--primary);
|
||||
--button-secondary-background-hover: var(--highlight);
|
||||
--button-secondary-background-active: var(--highlight);
|
||||
--button-secondary-background-disabled: var(--tertiary);
|
||||
--button-secondary-background-disabled: var(--secondary);
|
||||
--text-danger: var(--_color1);
|
||||
--status-danger: var(--_color1);
|
||||
--status-danger-background: var(--_color1);
|
||||
|
@ -1875,6 +1875,10 @@ code.inline,
|
|||
monospace !important;
|
||||
}
|
||||
|
||||
.sjis {
|
||||
font-family: "Sazanami Gothic" !important;
|
||||
}
|
||||
|
||||
[class*="menu-"] [class^="item-"],
|
||||
[class^="containerDefault-"] [class^="name-"],
|
||||
[class^="membersGroup-"] {
|
||||
|
@ -1928,9 +1932,9 @@ code.inline,
|
|||
.theme-dark,
|
||||
.theme-light {
|
||||
--font-primary: "Terminus (TTF) for Windows", "Terminus (TTF)", "Sazanami Gothic", "UnifontBitmap", "Unifont Windows", "Unifont",
|
||||
monospace !important;
|
||||
monospace, Twemoji !important;
|
||||
--font-display: "Terminus (TTF) for Windows", "Terminus (TTF)", "Sazanami Gothic", "UnifontBitmap", "Unifont Windows", "Unifont",
|
||||
monospace !important;
|
||||
monospace, Twemoji !important;
|
||||
--font-code: "Terminus (TTF) for Windows", "Terminus (TTF)", "Sazanami Gothic", "UnifontBitmap", "Unifont Windows", "Unifont",
|
||||
monospace !important;
|
||||
|
||||
|
@ -1962,10 +1966,9 @@ code.inline,
|
|||
}
|
||||
|
||||
.hh2-spotify-controls-album-name,
|
||||
.gm-spotify-controls-album-name,
|
||||
.showTag-username {
|
||||
color: var(--highlight) !important;
|
||||
font-size: 0.75em !important;
|
||||
font-size: 12px !important;
|
||||
}
|
||||
|
||||
[class^="sidebar-"]
|
||||
|
@ -2014,6 +2017,11 @@ code.inline,
|
|||
[class^="markdown-"] [class^="codeInline-"],
|
||||
code.inline {
|
||||
line-height: 12px !important;
|
||||
}
|
||||
|
||||
[class^="markup-"] ol,
|
||||
[class^="markup-"] ul {
|
||||
margin: 4px 0 0 24px !important;
|
||||
}`,
|
||||
'The Funny': `@font-face {
|
||||
font-family: "Pointfree";
|
||||
|
@ -5086,16 +5094,16 @@ button.hh2-spotify-controls-button {
|
|||
color: var(--text-muted) !important;
|
||||
}
|
||||
|
||||
[class^="members-"] [class^="member-"] > [class^="memberInner-"] {
|
||||
[class^="members-"] [class^="member-"] > [class*="layout-"] {
|
||||
height: 32px;
|
||||
}
|
||||
[class^="members-"]
|
||||
[class^="member-"]
|
||||
> [class^="memberInner-"]
|
||||
> [class*="layout-"]
|
||||
> [class^="avatar-"],
|
||||
[class^="members-"]
|
||||
[class^="member-"]
|
||||
> [class^="memberInner-"]
|
||||
> [class*="layout-"]
|
||||
> [class^="avatar-"]
|
||||
> [class^="wrapper-"] {
|
||||
width: 24px !important;
|
||||
|
@ -5103,7 +5111,7 @@ button.hh2-spotify-controls-button {
|
|||
}
|
||||
[class^="members-"]
|
||||
[class^="member-"]
|
||||
> [class^="memberInner-"]
|
||||
> [class*="layout-"]
|
||||
> [class^="avatar-"]
|
||||
> [class^="wrapper-"]
|
||||
> svg[viewBox="0 0 40 40"] {
|
||||
|
@ -5112,7 +5120,7 @@ button.hh2-spotify-controls-button {
|
|||
}
|
||||
[class^="members-"]
|
||||
[class^="member-"]
|
||||
> [class^="memberInner-"]
|
||||
> [class*="layout-"]
|
||||
> [class^="avatar-"]
|
||||
> [class^="wrapper-"]
|
||||
> [class^="avatarDecoration-"] {
|
||||
|
@ -5123,7 +5131,7 @@ button.hh2-spotify-controls-button {
|
|||
}
|
||||
[class^="members-"]
|
||||
[class^="member-"]
|
||||
> [class^="memberInner-"]
|
||||
> [class*="layout-"]
|
||||
> [class^="avatar-"]
|
||||
> [class^="wrapper-"]
|
||||
> svg[viewBox="0 0 32 32"] {
|
||||
|
@ -5132,7 +5140,7 @@ button.hh2-spotify-controls-button {
|
|||
}
|
||||
[class^="members-"]
|
||||
[class^="member-"]
|
||||
> [class^="memberInner-"]
|
||||
> [class*="layout-"]
|
||||
> [class^="avatar-"] {
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
@ -5142,7 +5150,7 @@ button.hh2-spotify-controls-button {
|
|||
}
|
||||
[class^="members-"]
|
||||
[class^="member-"]
|
||||
> [class^="memberInner-"]
|
||||
> [class*="layout-"]
|
||||
> [class^="children-"]
|
||||
> .presence-icons-wrapper
|
||||
> span
|
||||
|
|
Loading…
Reference in a new issue