_dashboard.less 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. .dashboard {
  2. padding-top: 15px;
  3. padding-bottom: @footer-margin * 2;
  4. &.feeds,
  5. &.issues {
  6. .context.user.menu {
  7. z-index: 101;
  8. min-width: 200px;
  9. .ui.header {
  10. font-size: 1rem;
  11. text-transform: none;
  12. }
  13. }
  14. .filter.menu {
  15. .item {
  16. text-align: left;
  17. .text {
  18. height: 16px;
  19. vertical-align: middle;
  20. &.truncate {
  21. width: 85%;
  22. }
  23. }
  24. .floating.label {
  25. top: 7px;
  26. left: 90%;
  27. width: 15%;
  28. }
  29. }
  30. // Sort
  31. .jump.item {
  32. margin: 1px;
  33. padding-right: 0;
  34. }
  35. .menu {
  36. max-height: 300px;
  37. overflow-x: auto;
  38. right: 0!important;
  39. left: auto!important;
  40. }
  41. }
  42. .ui.right .head.menu {
  43. margin-top: -5px;
  44. .item.active {
  45. color: #d9453d;
  46. }
  47. }
  48. .head.menu {
  49. .octicon {
  50. margin-right: 5px;
  51. }
  52. }
  53. }
  54. }
  55. &.feeds {
  56. .news {
  57. .ui.avatar {
  58. margin-top: 13px;
  59. }
  60. p {
  61. line-height: 1em;
  62. }
  63. .time-since {
  64. font-size: 13px;
  65. }
  66. .issue.title {
  67. line-height: 1.1em;
  68. width: 80%;
  69. }
  70. .push.news .content ul {
  71. font-size: 13px;
  72. list-style: none;
  73. padding-left: 10px;
  74. img {
  75. margin-bottom: -2px;
  76. }
  77. .text.truncate {
  78. width: 80%;
  79. margin-bottom: -5px;
  80. }
  81. }
  82. }
  83. .list {
  84. .header {
  85. padding-top: 10px;
  86. padding-bottom: 5px;
  87. .plus.icon {
  88. margin-top: 5px;
  89. margin-right: 0;
  90. }
  91. }
  92. ul {
  93. list-style: none;
  94. margin: 0;
  95. padding-left: 0;
  96. li {
  97. &:not(:last-child) {
  98. border-bottom: 1px solid #EAEAEA;
  99. }
  100. &.private {
  101. background-color: #fcf8e9;
  102. }
  103. a {
  104. padding: 6px 1.2em;
  105. display: block;
  106. .octicon {
  107. margin-right: 6px;
  108. color: #888;
  109. }
  110. }
  111. }
  112. }
  113. }
  114. }