View Single Post
Old 06-28-2018, 08:35 AM   #27
ericbsmith
 
ericbsmith's Avatar
 
Join Date: Aug 2004
Location: Binghamton, NY, USA. Near the river Styx in the 5th Circle.
Default Re: GURPS DF / DFRPG Random Dungeon Generator

I just noticed what I assume is another layout bug. When the browser width dips below about ~870 pixels the Room Key (listing of rooms) goes from two columns to one column, however the width of the column stays the same, so the rooms are only taking up the middle half of the page instead of going from left margin to right margin.

Fixing this in dungeon.css by adding the following line under the existing @media screen entry. (unlike my other fix, which is essentially a workaround, this is a permanent fix for this issue).

Code:
@media screen and (max-width: 870px) {
  .room {width: 95%;}
}
__________________
Eric B. Smith GURPS Data File Coordinator
GURPSLand
I shall pull the pin from this healing grenade and...
Kaboom-baya.

Last edited by ericbsmith; 06-28-2018 at 08:57 AM.
ericbsmith is online now   Reply With Quote