Bug #744
Thumbnails in sidebar too big
| Status: | New | Start: | 08/18/2009 | |
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | themes | |||
| Target version: | 2.4 | |||
Description
The default thumbnail size is bigger than the sidebar:


The thumbnails used on the navigation bar should be set to a fixed size.
History
Updated by Sein Kraft 95 days ago
That is a problem with the style.
Change the size of the sidebar on the css or reduce the thumbnail size on setup.
It isn't a bug. If you set a thumbnail of 400 px width of course it should be bigger than the sidebar.
Also when report a bug or something fill the info of category, target etc.
Updated by Shish Moom 94 days ago
- Category set to themes
- Target version set to 2.4
Ideally this would be fixed with a single CSS block;
#nav IMG {
max-width: <nav width>;
}
and that would be it; but having fiddled around with this a lot I can't get anything that works properly >_<
If anyone hapens to know the relevant CSS magic, please share...