No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

AdaptivePerformanceDetailsView.uss 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. #ap-details-view {
  2. flex-grow: 1;
  3. flex-direction: column;
  4. height: 100%;
  5. }
  6. #ap-details-view-head {
  7. flex-grow: 1;
  8. height: 20px;
  9. width: 100%;
  10. background-color: var(--unity-colors-window-background);
  11. border-color: var(--unity-colors-window-border);
  12. border-top-width: 1px;
  13. border-bottom-width: 1px;
  14. padding-left: 2px;
  15. padding-right: 2px;
  16. padding-top: 15px;
  17. padding-bottom: 15px;
  18. }
  19. #ap-details-view-header-label {
  20. flex-grow: 1;
  21. -unity-text-align: middle-center;
  22. font-size: 14px;
  23. }
  24. #ap-scalers {
  25. flex-direction: row;
  26. height: 360px;
  27. width: 100%;
  28. overflow: hidden;
  29. padding: 10px;
  30. }
  31. #ap-details-view-dials {
  32. flex-grow: 1;
  33. flex-direction: row;
  34. height: 140px;
  35. width: 100%;
  36. justify-content: space-around;
  37. padding: 4px;
  38. }
  39. #ap-details-view-bottleneck {
  40. flex-direction: column;
  41. height: 140px;
  42. width: 100px;
  43. align-items: center;
  44. padding: 4px;
  45. }
  46. #ap-details-view-bottleneck-label {
  47. -unity-font-style: bold;
  48. -unity-text-align: middle-center;
  49. }
  50. #ap-details-view-bottleneck-icon-container {
  51. height: 70px;
  52. width: 120px;
  53. justify-content: center;
  54. }
  55. #ap-details-view-bottleneck-icon {
  56. background-color: grey;
  57. height: 30px;
  58. width: 120px;
  59. justify-content: center;
  60. }
  61. #ap-details-view-bottleneck-icon-label {
  62. -unity-font-style: bold;
  63. -unity-text-align: middle-center;
  64. }
  65. #ap-details-view-thermal-warning {
  66. flex-direction: column;
  67. height: 120px;
  68. width: 100px;
  69. align-items: center;
  70. padding: 4px;
  71. }
  72. #ap-details-view-thermal-warning-label {
  73. -unity-font-style: bold;
  74. -unity-text-align: middle-center;
  75. }
  76. #ap-usage-dial {
  77. flex-grow: 1;
  78. margin: 8px;
  79. justify-content: center;
  80. }
  81. #ap-details-view-thermal-label {
  82. -unity-font-style: bold;
  83. -unity-text-align: middle-center;
  84. }
  85. #ap-details-view-details {
  86. flex-direction: row;
  87. height: 180px;
  88. padding: 4px;
  89. }