mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
fix vorepanel sizes (#10068)
This commit is contained in:
@@ -14,7 +14,7 @@ export const VoreUserPreferencesAesthetic = (props: {
|
||||
|
||||
return (
|
||||
<Section title="Aesthetic Preferences">
|
||||
<Stack>
|
||||
<Stack wrap="wrap" justify="center">
|
||||
<Stack.Item
|
||||
basis="49%"
|
||||
grow
|
||||
|
||||
@@ -94,7 +94,7 @@ export const VoreUserPreferencesDevouring = (props: {
|
||||
tooltipPosition="left"
|
||||
/>
|
||||
</Stack.Item>
|
||||
<Stack.Item basis="32%">
|
||||
<Stack.Item basis="34%">
|
||||
<VoreUserPreferenceItem
|
||||
spec={preferences.toggle_digest_pain}
|
||||
tooltipPosition="right"
|
||||
|
||||
@@ -113,12 +113,12 @@ export const VoreUserPreferencesMechanical = (props: {
|
||||
spec={preferences.mind_transfer}
|
||||
tooltipPosition="left"
|
||||
/>
|
||||
<Stack.Item basis="32%">
|
||||
<VoreUserPreferenceItem
|
||||
spec={preferences.allow_mimicry}
|
||||
tooltipPosition="right"
|
||||
/>
|
||||
</Stack.Item>
|
||||
</Stack.Item>
|
||||
<Stack.Item basis="34%">
|
||||
<VoreUserPreferenceItem
|
||||
spec={preferences.allow_mimicry}
|
||||
tooltipPosition="right"
|
||||
/>
|
||||
</Stack.Item>
|
||||
</Stack>
|
||||
</Section>
|
||||
|
||||
@@ -45,7 +45,7 @@ export const VoreUserPreferencesSpawn = (props: {
|
||||
{latejoin_vore ? (
|
||||
<>
|
||||
<Stack.Item
|
||||
basis="32%"
|
||||
basis="31%"
|
||||
style={{
|
||||
marginLeft: '0.5em', // Remove if tgui core implements gap
|
||||
}}
|
||||
@@ -88,7 +88,7 @@ export const VoreUserPreferencesSpawn = (props: {
|
||||
)}
|
||||
{latejoin_prey ? (
|
||||
<>
|
||||
<Stack.Item basis="32%">
|
||||
<Stack.Item basis="31%">
|
||||
<VoreUserPreferenceItem
|
||||
spec={preferences.no_spawnprey_warning}
|
||||
tooltipPosition="top"
|
||||
|
||||
Reference in New Issue
Block a user