_layout_growi.scss 555 B

12345678910111213141516171819202122232425262728293031323334
  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. .user-list-content {
  12. direction: rtl;
  13. .liker-user-count,
  14. .seen-user-count {
  15. font-weight: bold;
  16. }
  17. }
  18. }
  19. .revision-toc {
  20. position: sticky;
  21. top: calc(46px + 5px);
  22. min-width: 100%;
  23. margin-top: 5px;
  24. .revision-toc-content {
  25. padding: 0;
  26. }
  27. }
  28. }