mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-31 11:52:10 +00:00
Make fileheader sticky in diffs (#14616)
* Make fileheader sticky #12552 * Remove sticky filenames when width is 480px or less On mobile phone sticky filename is hidden due to the combination of many possible widths and lengths. * Fix text color for .markdown-info * Fix visual of sticky diff box on 480px or less - Hide arrow for select buttons. - Fix changes, additions and deletions. With flexbox they look very broken. This commit hides some words to, so the result is: "123 changed files 987 additions 456 deletions" - center text in buttons Co-authored-by: zeripath <art27@cantab.net>
This commit is contained in:
parent
7d7007dca7
commit
441f3f0f20
4 changed files with 56 additions and 2 deletions
|
@ -95,7 +95,7 @@
|
|||
display: inline-block;
|
||||
margin: 5px 0;
|
||||
font-size: 12px;
|
||||
color: rgba(0, 0, 0, .6);
|
||||
color: var(--color-text-light);
|
||||
}
|
||||
|
||||
.ui.right.floated {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue