| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- .crowi-plus.main-container {
- .flex-title-line {
- // the container of h1
- div:first-child {
- margin-right: auto;
- }
- ul.authors {
- margin: 0;
- li {
- display: flex;
- list-style: none;
- font-size: 12px;
- .creator-picture {
- width: 24px;
- height: 24px;
- margin-right: 10px;
- }
- }
- li:first-child {
- margin-bottom: 10px;
- }
- }
- }
- // hide authors from affix
- .main #page-header.affix {
- .authors {
- display: none !important;
- }
- }
- }
- .crowi-plus .crowi-plus-widget.page-list-container {
- margin-top: 30px;
- .tab-content {
- margin-top: 15px;
- }
- }
- .crowi-plus .content-main-new-page {
- .nav {
- margin-top: 30px;
- }
- }
|