Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3516327
D7494.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
D7494.diff
View Options
diff --git a/native/account/logged-out-modal.react.js b/native/account/logged-out-modal.react.js
--- a/native/account/logged-out-modal.react.js
+++ b/native/account/logged-out-modal.react.js
@@ -630,6 +630,8 @@
borderRadius: 4,
marginBottom: 4,
marginTop: 4,
+ marginLeft: 4,
+ marginRight: 4,
paddingBottom: 14,
paddingLeft: 18,
paddingRight: 18,
@@ -638,8 +640,8 @@
buttonContainer: {
bottom: 0,
left: 0,
- marginLeft: 30,
- marginRight: 30,
+ marginLeft: 26,
+ marginRight: 26,
paddingBottom: 20,
position: 'absolute',
right: 0,
diff --git a/native/account/logged-out-staff-info.react.js b/native/account/logged-out-staff-info.react.js
--- a/native/account/logged-out-staff-info.react.js
+++ b/native/account/logged-out-staff-info.react.js
@@ -64,22 +64,20 @@
let loggedOutStaffInfo = null;
if (staffCanSee || staffUserHasBeenLoggedIn) {
loggedOutStaffInfo = (
- <View>
- <View style={styles.infoBadge}>
- <View style={styles.cell}>
- {__DEV__ ? checkIcon : crossIcon}
- <Text style={isDevBuildStyle}>__DEV__</Text>
- </View>
- <View style={styles.cell}>
- {isStaffRelease ? checkIcon : crossIcon}
- <Text style={isStaffReleaseStyle}>isStaffRelease</Text>
- </View>
- <View style={styles.cell}>
- {staffUserHasBeenLoggedIn ? checkIcon : crossIcon}
- <Text style={hasStaffUserLoggedInStyle}>
- staffUserHasBeenLoggedIn
- </Text>
- </View>
+ <View style={styles.infoBadge}>
+ <View style={styles.cell}>
+ {__DEV__ ? checkIcon : crossIcon}
+ <Text style={isDevBuildStyle}>__DEV__</Text>
+ </View>
+ <View style={styles.cell}>
+ {isStaffRelease ? checkIcon : crossIcon}
+ <Text style={isStaffReleaseStyle}>isStaffRelease</Text>
+ </View>
+ <View style={styles.cell}>
+ {staffUserHasBeenLoggedIn ? checkIcon : crossIcon}
+ <Text style={hasStaffUserLoggedInStyle}>
+ staffUserHasBeenLoggedIn
+ </Text>
</View>
</View>
);
@@ -99,6 +97,8 @@
justifyContent: 'flex-start',
marginBottom: 10,
marginTop: 10,
+ marginLeft: 4,
+ marginRight: 4,
padding: 8,
},
infoText: {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Dec 23, 1:50 PM (19 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2694814
Default Alt Text
D7494.diff (2 KB)
Attached To
Mode
D7494: [native] Add horizontal margin to buttons in LoggedOutModal
Attached
Detach File
Event Timeline
Log In to Comment