Powered by Jitbit .Net Forum free trial version.

HomeStoryNexus » StoryNexus: Advice and Discussion

How to build things with StoryNexus

Visual Bug (Decks). Messages in this topic - RSS

babelfishwars
babelfishwars
Administrator
Posts: 1152

9/22/2014
Anyone else seen this? See link - but it's the edge of an extra non-existent deck to the right of two proper ones. Seems to be a constant for this particular area. Was wondering if maybe it was to do with the length of the deck name (it goes to as far as I've blacked out - we've shortened it once already, but maybe not enough?)?

http://www.dropmocks.com/mHIAU6

Anyway - anyone seen this/know what causes it/got a work around?
edited by babelfishwars on 9/22/2014

--
Mars, God of Fish; Leaning Tower of Fish
0 link
cyberpunkdreams
cyberpunkdreams
Posts: 527

9/22/2014
babelfishwars wrote:
Anyone else seen this? See link - but it's the edge of an extra non-existent deck to the right of two proper ones. Seems to be a constant for this particular area. Was wondering if maybe it was to do with the length of the deck name (it goes to as far as I've blacked out - we've shortened it once already, but maybe not enough?)?

http://www.dropmocks.com/mHIAU6

Anyway - anyone seen this/know what causes it/got a work around?
edited by babelfishwars on 9/22/2014



It is indeed a problem with the length of the deck name. The deck graphic is actually a CSS background, and a long name forces the container to be wide enough that the background starts to repeat. Luckily for you, I've already made some custom CSS to work around it:


span.deck-desc {
width: 120px !important;
font-size: .7em !important;
}


This will make the deck name go onto two lines if it's too long, instead of spreading out to the right. I included a reduced font size as well, but you can always remove that if it doesn't suit you. It's the width that's the important part.

--
Seeking alpha testers for a new StoryNexus cyberpunk RPG.

Welcoming friends, rivals, sightseers; a life of some importance in the Neath.
0 link
Roast Rabbit
Roast Rabbit
Posts: 32

9/23/2014
Thank you! I ran into that same problem a while ago and just changed the deck name. I'm glad to be able to change it back.
0 link
cyberpunkdreams
cyberpunkdreams
Posts: 527

9/23/2014
Glad to help! I've made a lot of customisations to the thing (mostly minor tweaks); I'd share it, but it's all tied up with my aesthetic changes.

I ran into it with my deck called "Drugs. Madness. Mayhem." There was no way I was going to change that wink.



.
edited by cyberpunkdreams on 9/23/2014

--
Seeking alpha testers for a new StoryNexus cyberpunk RPG.

Welcoming friends, rivals, sightseers; a life of some importance in the Neath.
0 link
Roast Rabbit
Roast Rabbit
Posts: 32

9/23/2014
I wouldn't want to change that, either
0 link




Powered by Jitbit Forum 8.0.2.0 © 2006-2013 Jitbit Software