mirror of
https://github.com/go-gitea/gitea.git
synced 2025-04-23 01:48:47 +03:00
Fix file tree issues (#33916)
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
<div class="flex-text-block tw-mb-2">
|
<div class="flex-text-block repo-button-row">
|
||||||
<button class="ui compact tiny icon button"
|
<button class="ui compact basic icon button"
|
||||||
data-global-click="onRepoViewFileTreeToggle" data-toggle-action="hide"
|
data-global-click="onRepoViewFileTreeToggle" data-toggle-action="hide"
|
||||||
data-tooltip-content="{{ctx.Locale.Tr "repo.diff.hide_file_tree"}}">
|
data-tooltip-content="{{ctx.Locale.Tr "repo.diff.hide_file_tree"}}">
|
||||||
{{svg "octicon-sidebar-expand"}}
|
{{svg "octicon-sidebar-expand"}}
|
||||||
|
@ -285,7 +285,6 @@
|
|||||||
.markup table {
|
.markup table {
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
width: max-content;
|
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
@ -55,7 +55,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.repo-view-container .repo-view-file-tree-container {
|
.repo-view-container .repo-view-file-tree-container {
|
||||||
flex: 0 1 15%;
|
flex: 0 0 15%;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
max-height: 100vh;
|
max-height: 100vh;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user