Merge branch 'add-file-tree-to-file-view-page' of github.com:kerwin612/gitea into kerwin612-add-file-tree-to-file-view-page

This commit is contained in:
Lunny Xiao 2025-01-05 23:18:11 -08:00
commit 1fd53fd6e8

View File

@ -71,11 +71,6 @@ const doLoadFileContent = () => {
</div>
</template>
<style scoped>
a, a:hover {
text-decoration: none;
color: var(--color-text);
}
.sub-items {
display: flex;
flex-direction: column;