Skip to content

imagebox shrinking on mainbox when I don't want it to. #1833

Answered by DaveDavenport
Momijie asked this question in Q&A
Discussion options

You must be logged in to vote

how you pack the widgets (expanding rules) imagebox will be equal size to listview.
You can fix this with:

imagebox {
expand: false;
}

The nforce the right height with setting f.e. padding on 'dummy'.

dummy {
expand: true;
padding: 50px;
}

(Also add

@import "default"

at top of theme to have it load correctly standalone given you are on recent version).

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Momijie
Comment options

Answer selected by Momijie
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants