mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-03 07:55:36 +00:00
update ui padding (#2817)
This commit is contained in:
@@ -35,7 +35,7 @@ class About extends React.Component {
|
|||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
<a href="#" className="item" onClick={this.toggle}>{gettext('About')}</a>
|
<a href="#" className="item" onClick={this.toggle}>{gettext('About')}</a>
|
||||||
<Modal isOpen={this.state.modal} centered={true} toggle={this.toggle} className={this.props.className}>
|
<Modal isOpen={this.state.modal} toggle={this.toggle} className={this.props.className}>
|
||||||
<ModalBody>
|
<ModalBody>
|
||||||
<button type="button" className="close" onClick={this.toggle}><span aria-hidden="true">×</span></button>
|
<button type="button" className="close" onClick={this.toggle}><span aria-hidden="true">×</span></button>
|
||||||
<div className="about-content">
|
<div className="about-content">
|
||||||
|
@@ -52,7 +52,7 @@
|
|||||||
|
|
||||||
.search-result-container .search-result-item {
|
.search-result-container .search-result-item {
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: 0.25rem 0.75rem;
|
padding: 0.25rem 0.5rem;
|
||||||
border-left: 2px solid #fff;
|
border-left: 2px solid #fff;
|
||||||
font-size: 0.8125rem;
|
font-size: 0.8125rem;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
Reference in New Issue
Block a user