View Issue Details

IDProjectCategoryView StatusLast Update
0003173CSSBug Report - Interfacepublic2018-04-09 20:12
ReporterDieOrYouWillDie Assigned ToDerIdiot  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
PlatformChromeOSWindowsOS Version7 and 10
Fixed in Version2018-05 
Summary0003173: Misplaced boxes
DescriptionThe news information panel on the top of the homepage go out of bounds.

To fix it, the following CSS needs to be removed:

.g_bubble.stripe > div.image + div.data {
    margin-left: 6em;
}


Otherwise, it looks like this: https://i.imgur.com/bJtd6XA.png
Steps To Reproduceload the homepage

https://anidb.net
Additional InformationAdditionally, the social icons in the bottom of the page are misplaced and could use some work.

They are too close to the upper border and are very glitchy when you hover over them (no hitbox over the full image).

https://i.imgur.com/YMFBECO.png
TagsCSS

Activities

DerIdiot

2018-04-09 20:12

administrator   ~0004212

the bug is a good find, but your solution is incorrect. that would cause a lot of other issues. the issue was the too wide events/about block. correcting the size fixed the issue. thanks for reporting though

Issue History

Date Modified Username Field Change
2018-04-09 19:33 DieOrYouWillDie New Issue
2018-04-09 19:33 DieOrYouWillDie Tag Attached: CSS
2018-04-09 20:11 DerIdiot Assigned To => DerIdiot
2018-04-09 20:11 DerIdiot Status new => resolved
2018-04-09 20:11 DerIdiot Resolution open => fixed
2018-04-09 20:11 DerIdiot Fixed in Version => 2018-05
2018-04-09 20:12 DerIdiot Note Added: 0004212