Adjust some of discord's fonts/sizes. A slightly larger font (only way for me to get 19 point, not 18). Put the video player into the channel list.
Discord by keybounce
Details
Authorkeybounce
LicenseNo License
Categorydiscord.com
Created
Updated
Size1.4 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Discord
@version 20240922.10.07
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://discord.com/") {
::placeholder,
body,
button,
input,
select,
textarea {
line-height: unset; /* */
}
:root {
--font-primary: default,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
p {
font-family: sans-serif;
font-size: 1.0275rem !important;
line-height: normal;
color: #000;
}
theme-light {
--text-normal: #555 !important;
}
.messageContent-2t3eCI,
.messageListItem_d5deea,
.message-group .comment .markup,
.theme-light .markup-2BOw-j,
.theme-light .markup_f8f345,
.theme-light .markup_d6076c {
color: #000 !important; /* */
font-size: unset; /* */
line-height: unset; /* */
white-space: pre-wrap; /* */
word-wrap: break-word;
}
.markup-2BOw-j code {
color: #000 !important;
font-size: unset !important; /* */
line-height: unset;
}
.sidebar-1tnWFu {
width: 260px; /* Make the channel bar big enough to hold a video chat */
}
.nameDefaultText-24KCy5,
.nameDefaultVoice-3WUH7s,
.nameLockedText-3pqQcL,
.nameLockedVoice-26MhB1 {
color: #888;
}
.embed-IeVjo6 {
max-width: unset;
}
.markup-2BOw-j pre {
width: 100%;
max-width: 100% !important;
}
.size14-3iUx6q {
font-size: unset;
}
.appAsidePanelWrapper__714a6 .pictureInPicture__48d51 {
transform: translateX(20px) translateY(20px) !important;
}
}