_layout_growi.scss 493 B

123456789101112131415161718192021222324252627282930
  1. @import 'layout';
  2. .growi {
  3. .content-main {
  4. padding: 0;
  5. }
  6. .liker-and-seenusers {
  7. // adjusting position with negative margin
  8. height: $grw-nav-main-tab-height;
  9. line-height: 1.25;
  10. border-bottom: 1px solid transparent;
  11. .liker-user-count,
  12. .seen-user-count {
  13. font-weight: bold;
  14. }
  15. }
  16. .revision-toc {
  17. position: sticky;
  18. top: calc(46px + 5px);
  19. min-width: 100%;
  20. margin-top: 5px;
  21. .revision-toc-content {
  22. padding: 0;
  23. }
  24. }
  25. }