View Issue Details

IDProjectCategoryView StatusLast Update
0002702CSSBug Report - Interfacepublic2016-11-05 22:46
ReporterCDB-Man Assigned ToCDB-Man  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Summary0002702: CSS: Embedded max-width forum post images float under user profile margin border
DescriptionExample: https://anidb.net/post417243
See attached screenshot.

Happens whenever image reaches max size and is capped by this CSS. Solution would be to cap at 99% instead.

#layout-main div.forum div.content img,
#layout-main div.news div.newsitem img {
    max-width: 100%;
}
TagsNo tags attached.

Activities

CDB-Man

2016-11-05 22:43

manager  

Capture.PNG (31,185 bytes)   
Capture.PNG (31,185 bytes)   

Issue History

Date Modified Username Field Change
2016-11-05 22:43 CDB-Man New Issue
2016-11-05 22:43 CDB-Man File Added: Capture.PNG
2016-11-05 22:46 CDB-Man Assigned To => CDB-Man
2016-11-05 22:46 CDB-Man Status new => resolved
2016-11-05 22:46 CDB-Man Resolution open => fixed