Kostas (talk | contribs)
move bg color infobox image to only dark mode
Tags: Mobile edit Mobile web edit
Kostas (talk | contribs)
m add rule to limit length of edit summary in the main page
Line 242: Line 242:
     margin-top: 8px;
     margin-top: 8px;
   }
   }
}
/* Main page, new page summary lenght limit */
.mainpage-contents .comment{
  display: block;
  max-width: 20rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
}