cRPG

Strategus => Strategus Issues => Topic started by: Garrus on August 13, 2011, 01:22:51 am

Title: Solution for too small strategus map size
Post by: Garrus on August 13, 2011, 01:22:51 am
Dear Developers,
please apply this modifications in your strategus.css

Thanks,
Dear User

Change .game from this (LN:13)
Code: [Select]
.game{
    width:700px;
    height:100%;
    overflow:auto;
    position:relative; 
}


to this
Code: [Select]
.game{
    width:100%;
    height:100%;
    overflow:auto;
    position:absolute;
    left:290px;
}


This fix makes the map window render in the desired size. I only tested it in chrome, hope works everywhere!

-Dear User
Title: Re: Solution for too small strategus map size
Post by: Dehitay on August 13, 2011, 01:56:47 am
I would like the map to fill up the width of the browser instead of being about half the height. But something tells me even with the code layed out for them, we may not see this implemented
Title: Re: Solution for too small strategus map size
Post by: Harald on August 13, 2011, 02:14:17 am
Try this (http://forum.c-rpg.net/index.php/topic,11210.0.html)