Skip to content

steam wishlist 2columns(compact mode) by tescostum

Details

Authortescostum

LicenseNo License

Categorycom.steamwishliststyle.tescostum

Created

Updated

Size1.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

steam wishlistがコンパクト表示の時2列になるやつ

Notes

レイアウト調整

Source code

/* ==UserStyle==
@name         steam wishlist 2columns(compact mode)
@version      20221226.03.53
@namespace    userstyles.world/user/tescostum
@description  steam wishlistがコンパクト表示の時2列になるやつ
@author       tescostum
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://store.steampowered.com/wishlist/profiles/") {
div#wishlist_ctn {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  width: 1180px;
}

.wishlist_row {
  position: unset !important;
  width: calc(50% - 16px) !important;
}

.capsule {
  margin-left: 2px !important;
}

.stats {
  grid-template-columns: 80px auto !important;
}

a.btn_green_steamui > span {
  text-indent: -999px;
}

a.btn_green_steamui > span:after {
  text-indent: 0px;
  float: left;
  content: 'カート';
} 

a.btn_blue_steamui > span {
  text-indent: -999px;
}

a.btn_blue_steamui > span:after {
  text-indent: 0px;
  float: left;
  content: '詳細';
}
}

Reviews

No reviews yet.