fix(style): remove float-l

This commit is contained in:
hexxa 2022-03-14 21:02:49 +08:00 committed by Hexxa
parent ffe3922916
commit 4601ed9f77
3 changed files with 3 additions and 7 deletions

View file

@ -509,11 +509,6 @@ input:focus {
margin: auto 1rem auto auto;
}
/* .theme-default .float-l {
display: inline-block;
margin: auto 1rem auto auto;
} */
.theme-default .float-r {
display: inline-block;
margin: auto auto 1rem 1rem;

View file

@ -62,7 +62,7 @@ export class Tabs extends React.Component<Props, State, {}> {
onClick={() => {
this.setTab(this.props.targetControl, option);
}}
className="float-l"
className="float-l margin-r-m"
>
<Flexbox
children={List([

View file

@ -212,7 +212,7 @@ export class PaneSettings extends React.Component<Props, State, {}> {
<div className="hr"></div>
<Rows rows={errRows}/>
<Rows rows={errRows} />
</Container>
) : null;
@ -256,6 +256,7 @@ export class PaneSettings extends React.Component<Props, State, {}> {
round: 0,
})}`}
/>
<div className="fix"></div>
</div>
</div>
</Container>