mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-31 20:02:09 +00:00
Fix review UI (#27322)
Close #26730 1. The `diff-detail-box` was abused, it shouldn't be used for "DiffFileList/DiffFileTree". 2. Fix the sticky position for various screens.   
This commit is contained in:
parent
72c68177ab
commit
1f00bc44b2
4 changed files with 12 additions and 17 deletions
|
@ -1,5 +1,5 @@
|
|||
<div>
|
||||
<div class="diff-detail-box diff-box sticky gt-df gt-sb gt-ac">
|
||||
<div class="diff-detail-box diff-box">
|
||||
<div class="gt-df gt-ac gt-fw">
|
||||
{{if not .DiffNotAvailable}}
|
||||
<button class="diff-toggle-file-tree-button gt-df gt-ac not-mobile" data-show-text="{{ctx.Locale.Tr "repo.diff.show_file_tree"}}" data-hide-text="{{ctx.Locale.Tr "repo.diff.hide_file_tree"}}">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue