#A bit more float-ey

1 messages ยท Page 1 of 1 (latest)

solar nebula
#

I love this but it makes stuff blurry and makes tooltips offset

#

is there any way to fix those?

teal remnant
#

like, make it not transparent?

solar nebula
#

no like some text is slightly blurred

teal remnant
#

like what for example?

solar nebula
#

kinda hard to see but noticeable

teal remnant
#

not sure if those are blurred or just low quality

solar nebula
#

it's just cause everything gets scaled down

teal remnant
#

idk might have soemthing to do with the opacity being 0.98 or the text render part.

#

oh

#

makes sense actually

solar nebula
#

what i was thinking is just limiting the width and height of the app container instead but idk

teal remnant
#

like, adding a margin?

solar nebula
#

kinda

teal remnant
#

I am sure all themes use margins if they want background image

solar nebula
#

might try that solution in a bit

#

busy rn

teal remnant
#

.layer_f7d46a

#

I think this is the class you have to add the margins to

#

yeah it is

solar nebula
#

works fine with #app-mount too

#

but i just used position: absolute

teal remnant
#

yeah both share the same ID

solar nebula
#

and width/height: 95%

teal remnant
#
#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?
solar nebula
#
.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;
}
teal remnant
#

I was going for the margin alone

#

but yeah yours is should work too

solar nebula
#

mines more centered

teal remnant
#

really? I can't spot a difference

sharp plaza
#

by any chance are you using a web browser?

#

ah well seems like you found the solution

teal remnant
#

I think he means the scaling caused the text to become blurry after it became smaller.

sharp plaza
#

Yes thats an issue for web browsers, At least for what I've tested with

long mason
#

uhh what size should i go to

midnight hazel
#

used to be square now t has this weird border

solar nebula
#

I never had that

#

Other theme probably

midnight hazel
#

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

solar nebula
#

Remove the import ig

midnight hazel
#

that removes the a bit more floaty bit

#

i really love the look of this

solar nebula
#

Try looking at the import to see what it does and reverse it in your quick css

midnight hazel
#

yeah managed to do it ty

#

with the default import this is misaligned

midnight hazel
#

one weird thing is this rectangle when you open a thread from chat

#

th the left of opt out

midnight hazel
#

is there a way to make it even more floatey

#

like this

sharp plaza
midnight hazel
#

I can send you all my css if you want

sharp plaza
sharp plaza
sharp plaza
#

actually i can fix many of your problems pretty easily

limber fern
#

yeah theres a weird border when you open threads

midnight hazel
#
.resizeHandle_cc9d34 {opacity: 0;}```
limber fern
#

that one fixed, but about the embed

midnight hazel
#

that doesnt happen for me

pulsar dawn
#

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)
willow dove
midnight hazel
willow dove
#

im a bit dumb..

midnight hazel
#

discord basically changed the classes for everything, which are like labels, a few days ago and that updates them

willow dove
#

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);
}  
left gate
#

sorry. it become like this after i put the css.. is it normal?

#

before.

willow dove
sharp plaza
left gate
#

its okay all good no worries.

sharp plaza
# left gate 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