[Update] Adjust button padding and entry width in OpenWebpageButton; add responsive text size in SidebarSection

This commit is contained in:
Sakamoto Shiina
2026-01-01 14:38:47 +09:00
parent 3168a8ad26
commit 43f0bf6027
4 changed files with 14 additions and 4 deletions

View File

@@ -2,10 +2,11 @@
display: flex;
justify-content: center;
align-items: center;
width: fit-content;
}
.open_webpage_button {
padding: 0.6rem 2.8rem;
padding: 0.6rem 1.2rem;
display: flex;
gap: 1rem;
justify-content: center;

View File

@@ -38,7 +38,7 @@ export const AuthKey = (props) => {
return (
<div className={styles.container}>
<div className={styles.entry_section_wrapper}>
<_Entry ref={entryRef} width="30rem" onChange={onchangeEntryAuthKey} ui_variable={props.variable} is_disabled={is_disabled}/>
<_Entry ref={entryRef} width="24rem" onChange={onchangeEntryAuthKey} ui_variable={props.variable} is_disabled={is_disabled}/>
<button className={save_button_class_names} onClick={saveAuthKey}>
{is_disabled
? <CircularProgress size="1.4rem" sx={{ color: "var(--dark_basic_text_color)" }}/>