Skip to content

Commit

Permalink
fix(core): 🐛 do not hide view button on revision page
Browse files Browse the repository at this point in the history
Closes: #845
  • Loading branch information
alistair3149 authored May 17, 2024
1 parent dac9c39 commit 9969479
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions skinStyles/mediawiki/mediawiki.diff.styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,13 @@
.mw-diff-movedpara-right::after {
color: var( --color-base--subtle );
}

// HACK: Restore view button on revision page
// There are no good way to target revision page
.action-view #ca-view {
position: relative !important;
clip: unset;
width: auto;
height: auto;
margin: 0;
}

0 comments on commit 9969479

Please sign in to comment.