GitLab Personal

Personal styles for GitLab

目前為 2019-11-19 提交的版本,檢視 最新版本

  1. /* ==UserStyle==
  2. @name GitLab Personal
  3. @author @flippidippi
  4. @description Personal styles for GitLab
  5. @version 1.0.0
  6. @namespace https://greasyfork.org/users/399435
  7. @license unlicense
  8. ==/UserStyle== */
  9.  
  10. @-moz-document domain("gitlab.com") {
  11. .note-textarea.js-gfm-input.js-autosize.markdown-area.qa-description-textarea {
  12. max-width: none;
  13. font-size: 13px;
  14. color: #ebdab1;
  15. background-color: #1e2021;
  16. }
  17.  
  18. .zen-backdrop.fullscreen textarea {
  19. max-height: calc(100vh);
  20. }
  21. }