Skip to content

Bug: In Smaller Screens A Weird Black Color Appears When is light mode #1

Closed
@Parsa307

Description

@Parsa307

The issue happens:
When the screen is small which would be fixed in the future hopefully

The Fix for now:
Removing padding from .project-card
It should look like this but it makes it horrible
.project-card {
background: var(--card-color);
border-radius: 0.9375rem;
transition: transform 0.3s ease, background 0.3s ease;
cursor: pointer;
}

I would make an detection for smaller screens in the future or figure it a other method

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingenhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions