personal memory agent
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'hopper-wmclmqzm-settings-visual-polish'

+7 -4
+7 -4
apps/settings/workspace.html
··· 92 92 flex: 1; 93 93 min-width: 0; 94 94 max-width: 600px; 95 + padding-bottom: calc(var(--app-bar-height, 60px) + 2em); 95 96 } 96 97 97 98 .settings-section { ··· 109 110 } 110 111 111 112 .settings-section h2 { 112 - font-size: 1.4em; 113 + font-size: 1.5em; 113 114 font-weight: 600; 114 115 color: #333; 115 116 margin: 0 0 0.5em 0; ··· 118 119 .settings-section-desc { 119 120 color: #666; 120 121 font-size: 0.85em; 121 - margin-bottom: 1.25em; 122 + margin-bottom: 1em; 123 + padding-bottom: 0.75em; 124 + border-bottom: 1px solid var(--facet-border, #e5e0db); 122 125 line-height: 1.4; 123 126 } 124 127 125 128 /* Form fields */ 126 129 .settings-field { 127 - margin-bottom: 1.25em; 130 + margin-bottom: 1.5em; 128 131 } 129 132 130 133 .settings-field label { ··· 170 173 .settings-field small { 171 174 display: block; 172 175 margin-top: 0.3em; 173 - color: #666; 176 + color: #999; 174 177 font-size: 0.85em; 175 178 line-height: 1.5; 176 179 transition: opacity 0.3s ease;