browse.ui.css 680 B

12345678
  1. .app-name {font-size: 16px; font-weight: 700; display: inline-block;padding: 8px 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: middle;}
  2. .store-item {justify-content: space-between;}
  3. #storePager {background: white; margin-top: 20px; padding: 6px 15px; display: flex; justify-content: end; font-weight: 700; color: rgb(131, 138, 157);}
  4. #storePager .ghost {color: rgb(131, 138, 157);}
  5. #mainContent > .icon-search {display: none;}
  6. #cloudAppContainer .install-btn {padding-left: 25px; padding-right: 25px;}
  7. #cloudAppContainer .line-2 {word-break:break-all; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;}