Template:Changelist/style.css: Difference between revisions

Template page
No edit summary
No edit summary
 
(11 intermediate revisions by the same user not shown)
Line 5: Line 5:
.changelist > dl > dd {
.changelist > dl > dd {
   margin-left: 0;
   margin-left: 0;
   display: flex;
   padding-left: 1.6em;
  flex-flow: row nowrap;
   position: relative;
   align-items: baseline;
  gap: 0.3em;
}
}


.changelist > dl > dd .buff,
.changelist > dl > dd .buff:first-of-type,
.changelist > dl > dd .nerf,
.changelist > dl > dd .nerf:first-of-type,
.changelist > dl > dd .unclear {
.changelist > dl > dd .unclear:first-of-type,
   flex-shrink: 0;
.changelist > dl > dd .new-move:first-of-type {
   position: relative;
   position: absolute;
   top: 0.25ex;
   left: 0.2em;
   top: 0.2em;
}
}

Latest revision as of 17:35, 16 June 2022

.changelist > dl {
  break-inside: avoid;
}

.changelist > dl > dd {
  margin-left: 0;
  padding-left: 1.6em;
  position: relative;
}

.changelist > dl > dd .buff:first-of-type,
.changelist > dl > dd .nerf:first-of-type,
.changelist > dl > dd .unclear:first-of-type,
.changelist > dl > dd .new-move:first-of-type {
  position: absolute;
  left: 0.2em;
  top: 0.2em;
}