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

SteamGridDB improvement suggestion for Round theme #84

Open
rasitayaz opened this issue Dec 14, 2024 · 0 comments
Open

SteamGridDB improvement suggestion for Round theme #84

rasitayaz opened this issue Dec 14, 2024 · 0 comments

Comments

@rasitayaz
Copy link
Contributor

I rounded up image previews in SteamGridDB pages and flattened the backgrounds. Didn't want to bother with PR so I'm just leaving the CSS here:

.BasicUI #sgdb-wrap #images-container .asset-box-wrap .image-wrap>.thumb,
.BasicUI .sgdb-modal-details .asset-box-wrap .image-wrap>.thumb {
  background: none !important;
  background-color: #3F4F5E !important;
  overflow: hidden;
  border-radius: var(--round-radius-size);
}

.BasicUI .sgdb-modal-details .asset-box-wrap .image-wrap,
.BasicUI #sgdb-wrap #images-container .asset-box-wrap .image-wrap {
  background: none;
}

.BasicUI #sgdb-wrap #images-container .asset-box-wrap .chips {
  margin-top: var(--round-radius-size);
}

Here's a quick before/after:

20241214130628_1
20241214131739_1
20241214130529_1
20241214131801_1

Let me know what you think.

@rasitayaz rasitayaz changed the title SteamGridDB improvement suggestion SteamGridDB improvement suggestion for Round theme Dec 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant