logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git

profile_tab.scss (1862B)


  1. .profile-tab {
  2. .bio {
  3. margin: 0;
  4. }
  5. .visibility-tray {
  6. padding-top: 5px;
  7. }
  8. input[type="file"] {
  9. padding: 5px;
  10. height: auto;
  11. }
  12. .banner-background-preview {
  13. max-width: 100%;
  14. width: 300px;
  15. position: relative;
  16. img {
  17. width: 100%;
  18. }
  19. }
  20. .uploading {
  21. font-size: 1.5em;
  22. margin: 0.25em;
  23. }
  24. .name-changer {
  25. width: 100%;
  26. }
  27. .current-avatar-container {
  28. position: relative;
  29. width: 150px;
  30. height: 150px;
  31. }
  32. .current-avatar {
  33. display: block;
  34. width: 100%;
  35. height: 100%;
  36. border-radius: var(--roundness);
  37. }
  38. .reset-button {
  39. position: absolute;
  40. top: 0.2em;
  41. right: 0.2em;
  42. border-radius: var(--roundness);
  43. background-color: rgb(0 0 0 / 60%);
  44. opacity: 0.7;
  45. width: 1.5em;
  46. height: 1.5em;
  47. text-align: center;
  48. line-height: 1.5em;
  49. font-size: 1.5em;
  50. cursor: pointer;
  51. &:hover {
  52. opacity: 1;
  53. }
  54. svg {
  55. color: white;
  56. }
  57. }
  58. .oauth-tokens {
  59. width: 100%;
  60. th {
  61. text-align: left;
  62. }
  63. .actions {
  64. text-align: right;
  65. }
  66. }
  67. &-usersearch-wrapper {
  68. padding: 1em;
  69. }
  70. &-bulk-actions {
  71. text-align: right;
  72. padding: 0 1em;
  73. min-height: 2em;
  74. button {
  75. width: 10em;
  76. }
  77. }
  78. &-domain-mute-form {
  79. padding: 1em;
  80. display: flex;
  81. flex-direction: column;
  82. button {
  83. align-self: flex-end;
  84. margin-top: 1em;
  85. width: 10em;
  86. }
  87. }
  88. .setting-subitem {
  89. margin-left: 1.75em;
  90. }
  91. .profile-fields {
  92. display: flex;
  93. & > .emoji-input {
  94. flex: 1 1 auto;
  95. margin: 0 0.2em 0.5em;
  96. min-width: 0;
  97. }
  98. .delete-field {
  99. width: 20px;
  100. align-self: center;
  101. margin: 0 0.2em 0.5em;
  102. padding: 0 0.5em;
  103. }
  104. }
  105. .birthday-input {
  106. display: block;
  107. margin-bottom: 1em;
  108. }
  109. }