#Viggy loading screen

1 messages ยท Page 1 of 1 (latest)

hearty depot
#

epic

spice sandal
#

the video I sent initally was stupid laggy so I re-recorded it, but I can't upload it without resending the snippet

#

Change url to https://media.discordapp.net/stickers/1039992459209490513.png?size=320 for shiggy

thorny spear
#

if only u could edit messages on this god forsaken app ๐Ÿ’”

wintry lance
#

;)

#

you did it better though

short linden
#

@spice sandal

[class*=content]:has(> video[class*="ready"]) {
  position: relative;
  &::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    translate: 25%;
    width: 200px;
    height: 180px;
    background-image: url('https://media.discordapp.net/stickers/1217112512374505613.png?size=320') !important;
    background: center/contain no-repeat;
  }
  video { visibility: hidden; }
}

How's that feel? (continuing a convo from diff thread)

spice sandal
#

that feels good

#

Does this mean data-testid does vary per language?

short linden
#

honestly seems fine but that's just a ctrl+r

#

yeah still loads fine on my end

#

so your stuff will prolly be fine

#

oh huh... but then again maybe it's a pc language thing

spice sandal
#

I fucked that up and thats why height is 180 instead of 200

short linden
#

honestly didnt notice that

#

could easily collapse those then

#

good example of that happening, neat

thorny spear
#

We need an update on this

short linden
# thorny spear We need an update on this
[class*=content]:has(> video[data-testid="app-spinner"]) {
  position: relative;
  &::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    translate: 25%;
    width: 200px;
    height: 180px;
    background-image: url('https://media.discordapp.net/stickers/1217112512374505613.png?size=320') !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  video { visibility: hidden; }
}

this works for me :3

wintry lance
#

on vesktop at least it ends up misaligned half the time

#

this worked for me

[class^=content]:has(> video[data-testid="app-spinner"]) {
 position: relative;
 &::before {
  content: '';
  position: absolute;
  top: 0;
  left: 20px;
  width: 180px;
  height: 200px;
  background-image: url('https://media.discordapp.net/stickers/1217112512374505613.png?size=320') !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
 }
 video { visibility: hidden; }
 div[class^=text_] { top: 20px; }
}```
short linden
#

could prolly have it remade with rem or vw values maybe Kelly_think_FB

#

possible that's just a difference of monitor ratios

stark patrol
stark patrol
stark patrol
#

aaand the new update broke it, fantastic this_is_so_sad