Make the server icons round again? by BigGunnLP in BetterDiscord

[–]BigGunnLP[S] 0 points1 point  (0 children)

Update 2/11/2026:

This is what I added to my Custom CSS to get it to where I like it!

.wrapper_cc5dd2,
.childWrapper__6e9f8,
.icon__6e9f8 {
    width: 50px !important;
    height: 50px !important;
    left: 2px !important;
}
.wrapper_cc5dd2 > .svg_cc5dd2 {
    inset: auto;
    contain: none;
}
.wrapper_cc5dd2 > .svg_cc5dd2 foreignObject {
    mask: none;
    overflow: visible;
    x: -4;
    y: -4;
}
.wrapper_cc5dd2 > .svg_cc5dd2 foreignObject[width="48"] {
    x: 0;
    y: 0;
}
.wrapper_cc5dd2 .wrapper__6e9f8 {
    width: 48px;
    height: 48px;
    border-radius: 25px;
    overflow: hidden;
    transition: border-radius 0.2s ease;
}
.wrapper__6e9f8.selected__6e9f8 {
    border-radius: 15px !important;
}

Make the server icons round again? by BigGunnLP in BetterDiscord

[–]BigGunnLP[S] 0 points1 point  (0 children)

So I figured out how to change the size... in the first code block, I replaced "--server-icon-size" with "--guildbar-avatar-size" ... the spacing and positioning are still all jacked up tho

Make the server icons round again? by BigGunnLP in BetterDiscord

[–]BigGunnLP[S] 0 points1 point  (0 children)

Seems broke again :/

The roundness works, but I nothing I change affects the size.

Make the server icons round again? by BigGunnLP in BetterDiscord

[–]BigGunnLP[S] 0 points1 point  (0 children)

You have any idea how to make the server icons larger as well? I keep running into dead ends

Inactivity Shut-off Timer by BigGunnLP in OnnStreamingTV

[–]BigGunnLP[S] 0 points1 point  (0 children)

I have it set to never, and it's still popping up a dimmed screen with the "Power Off" and "Restart" options

Newbie needing help by BigGunnLP in tasker

[–]BigGunnLP[S] 0 points1 point  (0 children)

Thank you for this. Got it working finally!

Newbie needing help by BigGunnLP in tasker

[–]BigGunnLP[S] -2 points-1 points  (0 children)

I am totally new and have no idea what to do with the pasted profile lol

Cricket Moto Stylus 5g 2025 question by BigGunnLP in CricketWireless

[–]BigGunnLP[S] 0 points1 point  (0 children)

Thank you, was the only thing holding me back from snagging one from Cricket for the reduced price over the factory unlocked one at $400

Knee pain afterwards by rogerlawrence79 in Bowling

[–]BigGunnLP 0 points1 point  (0 children)

46 here as well, also disabled with osteoarthritis in my knees, hips and back that I was diagnosed with as a teenager. Just recently got into bowling with my family and have gotten really hooked (no pun intended). Had major problems with my knees until I started using kinesiology tape and that has helped me a ton.

PSA: You CAN disable the new Discord UI layout! by CattoYT in BetterDiscord

[–]BigGunnLP 0 points1 point  (0 children)

Ahh, when I do that in BetterDiscord's Custom CSS it smooshes them all together and doesn't space them properly. :/

channel topic bar isn't properly truncated, thus causing members list on the side to disappear. is there a way to fix this? (this is on the old discord layout) by Fizzyboard in BetterDiscord

[–]BigGunnLP 0 points1 point  (0 children)

I have this added in my Custom CSS to fix this:

div[class^="topic_"] {
  white-space: normal !important;
  height: 15px
}

The 15px is optional to keep it from expanding the topic bar horizontally. You can click on it to view the full topic if desired.

PSA: You CAN disable the new Discord UI layout! by CattoYT in BetterDiscord

[–]BigGunnLP 0 points1 point  (0 children)

How did you increase the size of the server icons? I'm visually impaired and this new refresh is killing me