Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3378847
D3926.id12273.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D3926.id12273.diff
View Options
diff --git a/web/modals/threads/thread-settings-modal.css b/web/modals/threads/thread-settings-modal.css
--- a/web/modals/threads/thread-settings-modal.css
+++ b/web/modals/threads/thread-settings-modal.css
@@ -11,16 +11,13 @@
font-size: 14px;
text-align: center;
}
-div.modal_body div.form_footer {
+div.modal_form_error {
display: flex;
- padding-top: 8px;
-}
-div.modal_body div.form_footer div.modal_form_error {
- font-size: 12px;
+ justify-content: center;
+ padding-top: 16px;
+ font-size: 16px;
color: red;
font-style: italic;
- padding-left: 6px;
- align-self: center;
}
ul.tab_panel {
diff --git a/web/modals/threads/thread-settings-modal.react.js b/web/modals/threads/thread-settings-modal.react.js
--- a/web/modals/threads/thread-settings-modal.react.js
+++ b/web/modals/threads/thread-settings-modal.react.js
@@ -168,9 +168,7 @@
>
{tabs}
</Tabs.Container>
- <div className={css.form_footer}>
- <div className={css.modal_form_error}>{errorMessage}</div>
- </div>
+ <div className={css.modal_form_error}>{errorMessage}</div>
</form>
</div>
</Modal>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Nov 28, 1:33 PM (21 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2594108
Default Alt Text
D3926.id12273.diff (1 KB)
Attached To
Mode
D3926: [web] Remove unnecessary `form_footer` div and corresponding styles
Attached
Detach File
Event Timeline
Log In to Comment