[bugfix] Config Window: DeeplAuthKey. fix save button's design that was a bit off.
This commit is contained in:
@@ -26,7 +26,7 @@ export const DeeplAuthKey = () => {
|
|||||||
return (
|
return (
|
||||||
<div className={styles.container}>
|
<div className={styles.container}>
|
||||||
<div className={styles.entry_section_wrapper}>
|
<div className={styles.entry_section_wrapper}>
|
||||||
<_Entry ref={entryRef} width="32rem" onChange={onchangeEntryAuthKey}/>
|
<_Entry ref={entryRef} width="30rem" onChange={onchangeEntryAuthKey}/>
|
||||||
<button className={styles.save_button} onClick={saveAuthKey}>Save</button>
|
<button className={styles.save_button} onClick={saveAuthKey}>Save</button>
|
||||||
{is_editable
|
{is_editable
|
||||||
? null
|
? null
|
||||||
|
|||||||
@@ -47,6 +47,8 @@
|
|||||||
color: var(--dark_basic_text_color);
|
color: var(--dark_basic_text_color);
|
||||||
font-size: 1.4rem;
|
font-size: 1.4rem;
|
||||||
border-radius: 0.4rem;
|
border-radius: 0.4rem;
|
||||||
|
text-align: center;
|
||||||
|
flex-shrink: 0;
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: var(--primary_500_color);
|
background-color: var(--primary_500_color);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user