Advertisement
Guest User

DeckDon

a guest
Feb 19th, 2021
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.26 KB | None | 0 0
  1. @-moz-document url-prefix("https://don.yude.jp/") {
  2. .account__avatar,
  3. .status__avatar {
  4.     width: 36px !important;
  5.     height: 36px !important;
  6. }
  7.  
  8. .status__expand {
  9.     width: 56px !important;
  10. }
  11.  
  12. .status {
  13.     padding: 10px 10px 10px 56px !important;
  14.     border-bottom: 1px solid #292F33;
  15. }
  16.  
  17. .status__content {
  18.     font-size: 13px !important;
  19.     font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Ubuntu,Helvetica Neue,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Arial,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,MS Pゴシック,MS PGothic !important;
  20. }
  21.  
  22. .status__action-bar {
  23.     height: 18px;
  24. }
  25.  
  26. .drawer {
  27.     width: 270px;
  28.     padding: 6px 0px 0px 6px !important;
  29.     margin-right: 6px;
  30. }
  31.  
  32. .column {
  33.     width: 270px;
  34.     padding: 0px;
  35.     margin-right: 6px;
  36.     color: #e1e8ed !important;
  37. }
  38.  
  39. .column-header {
  40.     height: 50px;
  41.     font-weight: 700;
  42.     background: #292F33 !important;
  43.     border-bottom: 1px solid #191b1c;
  44. }
  45.  
  46. .column-header__button {
  47.     background: #292F33 !important;
  48. }
  49.  
  50. .scrollable {
  51.     scrollbar-width: thin;
  52.     scrollbar-color: #657786 transparent;
  53.     background: #222426 !important;
  54. }
  55.  
  56. /* .drawer__inner__mastodon {
  57.     display: none;
  58. } */
  59. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement