1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-24 04:48:03 +00:00

V5 rtl fixup (#7622)

* [system admin, org admin] departments: fixup for the 'New Department' button after the upgrade of seafile-ui.css(bootstrap v4 to v5)

* [wiki] removed unused code

* [Activities] fixup for mobile after the upgrade of seafile-ui.css(bootstrap v4 to v5)

* [repo snapshot] fixed the split line after the upgrade of seafile-ui.css(bootstrap v4 to v5)

* [system admin, org admin] statistic: fixed & improved the 'days' selecting toolbar
This commit is contained in:
llj
2025-03-15 23:41:14 +08:00
committed by GitHub
parent 9e2d9c49bb
commit 19a5de3328
8 changed files with 20 additions and 32 deletions

View File

@@ -153,7 +153,7 @@ class RepoSnapshot extends React.Component {
{folderPath == '/' && (
<div className="d-flex mb-2 align-items-center">
<p className="m-0 text-truncate" title={commitDesc}>{commitDesc}</p>
<div className="ml-4 border-left pl-4 d-flex align-items-center flex-shrink-0">
<div className="ml-4 border-start pl-4 d-flex align-items-center flex-shrink-0">
{showAuthor ? (
<React.Fragment>
<img src={authorAvatarURL} width="20" height="20" alt="" className="rounded mr-1" />