RSI Platform - Optimized

Optimizations for the RobertsSpaceIndustries.com Platform

目前为 2024-12-12 提交的版本。查看 最新版本

  1. /* ==UserStyle==
  2. @name RSI Platform - Optimized
  3. @version 1.0.0
  4. @description Optimizations for the RobertsSpaceIndustries.com Platform
  5. @namespace https://greasyfork.org/en/users/1410028
  6. @author 3of9
  7. @license CC-BY-SA-4.0
  8. ==/UserStyle== */
  9.  
  10. @-moz-document url-prefix("https://robertsspaceindustries.com/") {
  11. * {
  12. scrollbar-width: thin;
  13. scrollbar-color: var(--color-primary-100) var(--color-primary-400);
  14. }
  15.  
  16. #platform-bar-head {
  17. display: none;
  18. }
  19.  
  20. .message-item {
  21. padding-top: 6px;
  22. padding-bottom: 6px;
  23. }
  24.  
  25. .sidebar-list .sidebar-item.community {
  26. padding-top: 2px;
  27. padding-bottom: 2px;
  28. }
  29.  
  30. .sidebar-list .sidebar-item {
  31. padding-top: 1px;
  32. padding-bottom: 1px;
  33. }
  34.  
  35. .lobby-member-presences > .members-list .lobby-presence-item {
  36. padding-top: 2px;
  37. padding-bottom: 2px;
  38. }
  39.  
  40. .theme-dark .sidebar-list .sidebar-item.unread .column.content a {
  41. color: var(--color-alert-unread);
  42. }
  43.  
  44. }