Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions templates/repo/view_file_tree.tmpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="flex-text-block tw-mb-2">
<button class="ui compact tiny icon button"
<div class="flex-text-block repo-button-row">
<button class="ui compact basic icon button"
data-global-click="onRepoViewFileTreeToggle" data-toggle-action="hide"
data-tooltip-content="{{ctx.Locale.Tr "repo.diff.hide_file_tree"}}">
{{svg "octicon-sidebar-expand"}}
Expand Down
1 change: 0 additions & 1 deletion web_src/css/markup/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,6 @@
.markup table {
display: block;
width: 100%;
width: max-content;
max-width: 100%;
overflow: auto;
}
Expand Down
1 change: 1 addition & 0 deletions web_src/css/repo/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@

.repo-view-container .repo-view-file-tree-container {
flex: 0 1 15%;
flex-shrink: 0;
min-width: 0;
max-height: 100vh;
}
Expand Down