Xbozon / rpg-styled-ui

Foundry VTT RPG Styled UI
12 stars 11 forks source link

Scene navigation wraps to late #40

Closed tagnullde closed 2 years ago

tagnullde commented 2 years ago

The scene is behind the right menu. Would be nice if it would wrap earlier. Thanks.

image

Sasmira commented 2 years ago

Hello @tagnullde change this line

#navigation {
    left: 142px;
}

by this line

#navigation {
    width: calc(100% - 340px);
    left: 142px;
}
tagnullde commented 2 years ago

Hello @tagnullde change this line

#navigation {
    left: 142px;
}

by this line

#navigation {
    width: calc(100% - 340px);
    left: 142px;
}

That fixed it for the time being for me. Thanks. Would be great if it will become a feature. Since it would be removed once the module updates.

Xbozon commented 2 years ago

@tagnullde I'll add it in the next update. It's very difficult to release them right now, there's a lot of stuff IRL.

tagnullde commented 2 years ago

i feel you. don't worry about it.

Xbozon commented 2 years ago

@tagnullde Fixed in @Sasmira Merge request. Please update to v0.7.2.