No edit summary
No edit summary
Line 664: Line 664:
#p-jake-recentchanges .jake-rc-item{
#p-jake-recentchanges .jake-rc-item{
   margin: 0;
   margin: 0;
   padding: 6px 0;
   padding: 2px 0;
}
}


Line 670: Line 670:
   display: block;
   display: block;
   text-decoration: none;
   text-decoration: none;
  line-height: 1.15;
}
}


#p-jake-recentchanges .jake-rc-meta{
#p-jake-recentchanges .jake-rc-meta{
   margin-top: 2px;
   margin-top: 0;
   font-size: 0.85em;
   font-size: 0.85em;
  line-height: 1.1;
   opacity: 0.75;
   opacity: 0.75;
   color: var(--color-base, #202122);
   color: var(--color-base, #202122);
Line 680: Line 682:


#p-jake-recentchanges .jake-rc-more{
#p-jake-recentchanges .jake-rc-more{
   padding-top: 8px;
   padding-top: 4px;
   margin-top: 8px;
   margin-top: 4px;
   border-top: 1px solid var(--border-color-subtle, #eaecf0);
   border-top: 1px solid var(--border-color-subtle, #eaecf0);
}
}
Line 688: Line 690:
   text-decoration: none;
   text-decoration: none;
   font-weight: 600;
   font-weight: 600;
}
#p-jake-recentchanges .jake-rc-item{
  padding: 3px 0;
}
#p-jake-recentchanges .jake-rc-meta{
  margin-top: 1px;
  line-height: 1.15;
}
#p-jake-recentchanges .jake-rc-more{
  padding-top: 6px;
  margin-top: 6px;
}
}