[ 3 / biz / cgl / ck / diy / fa / ic / jp / lit / sci / vr / vt ] [ index / top / reports ] [ become a patron ] [ status ]
2023-11: Warosu is now out of extended maintenance.

/vt/ - Virtual Youtubers

Search:


View post   

>> No.8121854 [View]
File: 349 KB, 2560x1499, file.png [View same] [iqdb] [saucenao] [google]
[ERROR]

If any Devs are listening, to piggy back off the Anon that was having problems with how the site renders:
This is 3 separate screenshots overlaid. The top/bottom third technically go hand in hand, I just had to do it twice since all of the Flex elements on the page now re-draw while you have Dev Tools open.
The middle shows how the stats window renders @ 2560x1600px.
>width: calc(40vw -150px)
Is what I see for that element by default, but it shows as crossed out for some reason, and
>stats-container flex-col flex-stretch active full
Shows 40vw-43px for ".stats-container.full", which appears to be overriding it from market.scss:576.
Changing that to 40vw-12vw seems to work, but then the stats flyout looks comparatively small at 1920x1200, and outright tiny at 1280x800. The "<" button is also rendering so far outside the coin background that I'm not even sure where it's being highlighted.
TL;DR it has been a very long time since I've done any web development, but just use the Flex rules on "board-item" and then have all the elements inside it scale --with-- it instead of independently like they appear to now.
"stats-container" shouldn't be able to grow wider than "board-item", and "stat-row" shouldn't be able to grow taller than 1/8 the chart area...
>I may be dumb
>am retarded pls undastand
>etc. etc.

Navigation
View posts[+24][+48][+96]