| 123456789101112131415161718192021222324252627282930313233 |
- .growi.main-container {
- .content-main {
- padding: 0;
- }
- .revision-toc {
- &.affix {
- margin-top: 5px;
- top: calc(46px + 5px);
- }
- .revision-toc-content {
- padding: 0;
- }
- }
- @media (max-width: $screen-sm-max) {
- .system-version {
- display: none;
- }
- }
- }
- .system-version {
- position: fixed;
- right: 0.5em;
- bottom: 0;
- opacity: .6;
- > span {
- margin-left: .5em;
- }
- }
|