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.

_dashboard.less 3.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. .dashboard {
  2. padding-top: 15px;
  3. &.feeds,
  4. &.issues {
  5. .context.user.menu {
  6. z-index: 101;
  7. min-width: 200px;
  8. .ui.header {
  9. font-size: 1rem;
  10. text-transform: none;
  11. }
  12. }
  13. .filter.menu {
  14. width: initial;
  15. .item {
  16. text-align: left;
  17. .text {
  18. height: 16px;
  19. vertical-align: middle;
  20. &.truncate {
  21. width: 75%;
  22. }
  23. }
  24. .floating.label {
  25. top: 7px;
  26. left: 90%;
  27. width: 15%;
  28. @media only screen and (max-width: 768px) {
  29. top: 10px;
  30. left: auto;
  31. width: auto;
  32. right: 13px;
  33. }
  34. }
  35. }
  36. // Sort
  37. .jump.item {
  38. margin: 1px;
  39. padding-right: 0;
  40. }
  41. .menu {
  42. max-height: 300px;
  43. overflow-x: auto;
  44. right: 0 !important;
  45. left: auto !important;
  46. }
  47. @media only screen and (max-width: 768px) {
  48. width: 100%;
  49. }
  50. }
  51. .right.stackable.menu > .item.active {
  52. color: #d9453d;
  53. }
  54. }
  55. /* Accomodate for Semantic's 1px hacks on .attached elements */
  56. .dashboard-repos {
  57. margin: 0 1px;
  58. }
  59. .dashboard-navbar {
  60. width: 100vw;
  61. padding: 0 .5rem;
  62. }
  63. }
  64. &.feeds {
  65. .news {
  66. > .ui.grid {
  67. margin-left: auto;
  68. margin-right: auto;
  69. }
  70. .ui.avatar {
  71. margin-top: 13px;
  72. }
  73. .time-since {
  74. font-size: 13px;
  75. }
  76. .issue.title {
  77. width: 80%;
  78. }
  79. .push.news .content ul {
  80. font-size: 13px;
  81. list-style: none;
  82. padding-left: 10px;
  83. img {
  84. margin-bottom: -2px;
  85. }
  86. .text.truncate {
  87. width: 80%;
  88. margin-bottom: -5px;
  89. }
  90. }
  91. .commit-id {
  92. font-family: @monospaced-fonts, monospace;
  93. }
  94. code {
  95. padding: 1px;
  96. font-size: 85%;
  97. background-color: rgba(0, 0, 0, .04);
  98. border-radius: 3px;
  99. word-break: break-all;
  100. }
  101. }
  102. .list {
  103. .header {
  104. .ui.label {
  105. margin-top: -4px;
  106. padding: 4px 5px;
  107. font-weight: normal;
  108. }
  109. .plus.icon {
  110. margin-top: 5px;
  111. }
  112. }
  113. ul {
  114. list-style: none;
  115. margin: 0;
  116. padding-left: 0;
  117. li {
  118. &:not(:last-child) {
  119. border-bottom: 1px solid #ebebeb;
  120. }
  121. &.private {
  122. background-color: #fcf8e9;
  123. }
  124. a {
  125. padding: 6px 1.2em;
  126. display: block;
  127. .svg {
  128. color: #888888;
  129. &.rear {
  130. font-size: 15px;
  131. }
  132. }
  133. .star-num {
  134. font-size: 12px;
  135. }
  136. }
  137. }
  138. }
  139. .repo-owner-name-list {
  140. .item-name {
  141. max-width: 70%;
  142. margin-bottom: -4px;
  143. }
  144. }
  145. #collaborative-repo-list {
  146. .owner-and-repo {
  147. max-width: 80%;
  148. margin-bottom: -5px;
  149. }
  150. .owner-name {
  151. max-width: 120px;
  152. margin-bottom: -5px;
  153. }
  154. }
  155. }
  156. }