2
0

_layout_growi.scss 486 B

123456789101112131415161718192021222324252627
  1. .growi.main-container {
  2. .content-main {
  3. padding: 0;
  4. }
  5. .liker-and-seenusers {
  6. height: 42px; // .nav height
  7. border-bottom: 1px solid $border;
  8. .liker-user-count,
  9. .seen-user-count {
  10. font-weight: bold;
  11. }
  12. }
  13. .revision-toc {
  14. &.affix {
  15. top: calc(46px + 5px);
  16. min-width: calc(#{100 / 12 * 2%} - #{$grid-gutter-width}); // width of 2column - padding
  17. margin-top: 5px;
  18. }
  19. .revision-toc-content {
  20. padding: 0;
  21. }
  22. }
  23. }