@@ -110,15 +110,15 @@ export const Preferences = observer(() => {
110
110
>
111
111
Inspirational
112
112
</ ContextMenuItem >
113
- < ContextMenuItem
113
+ { /* <ContextMenuItem
114
114
bigger
115
115
onClick={onPresetClick('informational')}
116
116
selected={store.preset === 'informational'}
117
117
iconSize={28}
118
118
icon={ICON_WINDOW}
119
119
>
120
120
Informational
121
- </ ContextMenuItem >
121
+ </ContextMenuItem> */ }
122
122
< ContextMenuItem
123
123
bigger
124
124
selected = { store . preset === 'custom' }
@@ -137,7 +137,8 @@ export const Preferences = observer(() => {
137
137
pointerEvents :
138
138
store . preferencesContent === 'custom' ? 'inherit' : 'none' ,
139
139
transition : '0.3s max-height, 0.3s transform, 0.3s opacity' ,
140
- maxHeight : store . preferencesContent === 'custom' ? 390 : 200 ,
140
+ // maxHeight: store.preferencesContent === 'custom' ? 390 : 200,
141
+ maxHeight : store . preferencesContent === 'custom' ? 300 : 150 ,
141
142
transform :
142
143
store . preferencesContent === 'custom'
143
144
? 'translateX(-100%)'
@@ -162,7 +163,7 @@ export const Preferences = observer(() => {
162
163
< ContextMenuSeparator bigger > </ ContextMenuSeparator >
163
164
< SwitchItem name = "topSitesVisible" > Show top sites</ SwitchItem >
164
165
< SwitchItem name = "quickMenuVisible" > Show quick menu</ SwitchItem >
165
- < ContextMenuSeparator bigger > </ ContextMenuSeparator >
166
+ { /* <ContextMenuSeparator bigger></ContextMenuSeparator>
166
167
<SubTitle>News visibility:</SubTitle>
167
168
<Dropdown
168
169
defaultValue={store.newsBehavior}
@@ -173,7 +174,7 @@ export const Preferences = observer(() => {
173
174
<Dropdown.Item value="always-visible">Always visible</Dropdown.Item>
174
175
<Dropdown.Item value="hidden">Hidden</Dropdown.Item>
175
176
<Dropdown.Item value="on-scroll">Visible on scroll</Dropdown.Item>
176
- </ Dropdown >
177
+ </Dropdown> */ }
177
178
</ div >
178
179
</ div >
179
180
</ ContextMenu >
0 commit comments