Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update main.css #117

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions html/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1260,6 +1260,22 @@ body {
border-radius: 9px;
opacity: 90%;
}
.itemboxes-container {
height: 10.5rem;
min-width: 90rem;
max-width: 90rem;
Comment on lines +1264 to +1266
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In this case sizes should be made in pixels instead. If somebody, for some reason, choose to change the root font size of resources, then it'll break this resource because of the use of rem.

width: fit-content;
position: absolute;
left: 47%;
bottom: 18%;
overflow: hidden;
}
#itembox-label {
position: absolute;
bottom: -20;
width: 100%;
height: 5%;
}
}

@media (width: 3360px) and (height: 1440px) {
Expand Down