logo

pleroma-fe

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

chat_new.scss (371B)


  1. .chat-new {
  2. .input-wrap {
  3. display: flex;
  4. margin: 0.7em 0.5em;
  5. input {
  6. width: 100%;
  7. }
  8. }
  9. .search-icon {
  10. margin-right: 0.3em;
  11. }
  12. .member-list {
  13. padding-bottom: 0.7rem;
  14. }
  15. .go-back-button {
  16. text-align: center;
  17. line-height: 1;
  18. height: 100%;
  19. align-self: start;
  20. width: var(--__panel-heading-height-inner);
  21. }
  22. }