#A bit more float-ey
1 messages ยท Page 1 of 1 (latest)
I love this but it makes stuff blurry and makes tooltips offset
is there any way to fix those?
like, make it not transparent?
no like some text is slightly blurred
like what for example?
kinda hard to see but noticeable
not sure if those are blurred or just low quality
it's just cause everything gets scaled down
idk might have soemthing to do with the opacity being 0.98 or the text render part.
oh
makes sense actually
what i was thinking is just limiting the width and height of the app container instead but idk
like, adding a margin?
kinda
I am sure all themes use margins if they want background image
.layer_f7d46a
I think this is the class you have to add the margins to
yeah it is
yeah both share the same ID
and width/height: 95%
#app-mount {
--window-margin-amount : insert margin here ;
--window-border-radius : insert roundness here ;
}
.layer_f7d46a {
margin: var(--window-margin-amount);
padding-top: 0;
overflow: hidden;
border-radius: var(--window-border-radius);
} ```
somethin like that works?
.appMount_c99875, .app_de4237, .bg__12180 {background: transparent;}
/* Change these values */
#app-mount {
/* transform: scale(0.95); */
position: absolute;
width: 95%;
height: 95%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-rendering: optimizeLegibility;
opacity: 0.95;
border-radius: 16px;
}
body {
background-image: url("https://i.imgur.com/dr9YVUU.gif");
background-size: cover;
}
mines more centered
really? I can't spot a difference
thats the opacity as its applying it to the whole app_mount
by any chance are you using a web browser?
ah well seems like you found the solution
I think he means the scaling caused the text to become blurry after it became smaller.
Yes thats an issue for web browsers, At least for what I've tested with
uhh what size should i go to
this messes with my chatbar a bit
used to be square now t has this weird border
i have my chatbar moved down to match the edge of the window
yeah smth in the import causes it
even any way to get rid of any rounding the css does
i want my client to have square corners
Remove the import ig
Try looking at the import to see what it does and reverse it in your quick css
one weird thing is this rectangle when you open a thread from chat
th the left of opt out
can you share me your theme?
the theme is with fakenitro
I can send you all my css if you want
sure, if its too big then dont send it here, in dms
those are named with different classes, hence have different border-radiuses
thats the margin, it was meant to be that way
actually i can fix many of your problems pretty easily
yeah theres a weird border when you open threads
.resizeHandle_cc9d34 {opacity: 0;}```
that one fixed, but about the embed
that doesnt happen for me
changed some stuff :
- no blurry
- different image on hover/focused
- opacity 100% on images/texts/etc.
- some other fixes / changes to my liking, I'm too lazy to comment all of that, sorry
(you still need the base import)
is this still working for anyone?
try running it through this
https://syndishanx.github.io/Website/Update_Classes.html
im a bit dumb..
what does this do?
discord basically changed the classes for everything, which are like labels, a few days ago and that updates them
ooo
for those that want a fixed version with clear text:
@import url("https://ukrioo.github.io/cssCord/Other/TabCord.css");
.appMount_ea7e65, .app_a01fb1, .bg_d4b6c5 {background: transparent;}
/* Change these values */
#app-mount {
--window-margin-amount : insert margin here ;
--window-border-radius : insert roundness here ;
}
body {
background-image: url("https://files.catbox.moe/584kze.jpg");
background-size: cover;
}
.layer_d4b6c5 {
margin: var(--window-margin-amount);
padding-top: 0;
overflow: hidden;
border-radius: var(--window-border-radius);
}
i have the same issue, so yes. but ig we should add something to stop this from happening
ahh i seee yess pls!
I stopped updating the css for a bit,
its discord changing their class names, i have to regularly update them when discord pushes a change
its okay all good no worries.
@import url("https://ukriu.github.io/cssCord/Other/TabCord.css");
.appMount_c99875, .app_de4237, .bg__12180 {background: transparent;}
/* Change these values */
#app-mount {
transform: scale(0.95);
text-rendering: optimizeLegibility;
opacity: 0.98;
border-radius: 16px;
}
body {
background-image: url("https://files.catbox.moe/584kze.jpg");
background-size: cover;
}
use this for now, i updated my github username day before yesterday so none of my snippets here work any longer with my old links