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.

_explore.less 1.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. .explore {
  2. .navbar {
  3. justify-content: center;
  4. margin-bottom: 15px !important;
  5. background-color: var(--color-navbar) !important;
  6. border-width: 1px !important;
  7. .svg {
  8. width: 16px;
  9. text-align: center;
  10. margin-right: 5px;
  11. }
  12. }
  13. }
  14. .ui.repository.list {
  15. .item {
  16. padding-bottom: 1.5rem;
  17. &:not(:first-child) {
  18. border-top: 1px solid var(--color-secondary);
  19. padding-top: 1.5rem;
  20. }
  21. .ui.header {
  22. font-size: 1.5rem;
  23. margin-bottom: .5rem;
  24. .name {
  25. word-break: break-all;
  26. }
  27. .metas {
  28. font-size: 14px;
  29. }
  30. }
  31. .time {
  32. font-size: 12px;
  33. }
  34. .ui.tags {
  35. margin-bottom: .5rem;
  36. }
  37. }
  38. }
  39. .ui.repository.branches {
  40. .info {
  41. font-size: 12px;
  42. color: var(--color-text-light);
  43. display: flex;
  44. white-space: pre;
  45. .commit-message {
  46. max-width: 72em;
  47. overflow: hidden;
  48. text-overflow: ellipsis;
  49. }
  50. }
  51. .overflow-visible {
  52. overflow: visible;
  53. }
  54. }
  55. .ui.user.list {
  56. .item {
  57. padding-bottom: 25px;
  58. &:not(:first-child) {
  59. border-top: 1px solid var(--color-secondary);
  60. padding-top: 25px;
  61. }
  62. .ui.avatar.image {
  63. width: 40px;
  64. height: 40px;
  65. }
  66. .description {
  67. margin-top: 5px;
  68. .svg:not(:first-child) {
  69. margin-left: 5px;
  70. }
  71. }
  72. }
  73. }