mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
fix ui
This commit is contained in:
@@ -95,7 +95,7 @@ export class FeedbackModal extends Component {
|
||||
|
||||
{!error && success && (
|
||||
<span className="db-FeedbackForm-success">
|
||||
Thank you for your feedback!
|
||||
Thank you for reaching out. We will get back to you in less than 1 business day.
|
||||
</span>
|
||||
)}
|
||||
<span />
|
||||
|
||||
@@ -451,7 +451,7 @@ class Search extends Component {
|
||||
id="search"
|
||||
iconLeftStyle={{
|
||||
width: '25px',
|
||||
bottom: 11,
|
||||
bottom: '15px',
|
||||
}}
|
||||
placeholder="Search"
|
||||
autofilled={'off'}
|
||||
|
||||
@@ -467,8 +467,8 @@ class TopContent extends Component {
|
||||
<SubProjectDropDown
|
||||
value={
|
||||
(activeSubProject &&
|
||||
`You are currently viewing ${activeSubProject}`) ||
|
||||
'Select SubProject'
|
||||
`Current Sub Project: ${activeSubProject}`) ||
|
||||
'Main Project'
|
||||
}
|
||||
options={[
|
||||
{
|
||||
@@ -557,33 +557,6 @@ class TopContent extends Component {
|
||||
topNavCardClass
|
||||
)}
|
||||
|
||||
<div className="Box-root Flex-flex">
|
||||
<div
|
||||
style={{
|
||||
outline: 'none',
|
||||
marginRight: '15px',
|
||||
marginLeft: '15px',
|
||||
}}
|
||||
>
|
||||
<button
|
||||
className={'db-Notifications-button'}
|
||||
style={{ paddingTop: 7 }}
|
||||
onClick={this.showFeedbackModal}
|
||||
>
|
||||
<img
|
||||
src="/dashboard/assets/icons/question.svg"
|
||||
id="search-input-img"
|
||||
style={{
|
||||
width: '22px',
|
||||
height: '22px',
|
||||
position: 'relative',
|
||||
}}
|
||||
alt="search-icon"
|
||||
/>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<ShouldRender
|
||||
if={
|
||||
isNotViewer &&
|
||||
@@ -620,6 +593,35 @@ class TopContent extends Component {
|
||||
</div>
|
||||
</ShouldRender>
|
||||
|
||||
<div className="Box-root Flex-flex">
|
||||
<div
|
||||
style={{
|
||||
outline: 'none',
|
||||
marginRight: '15px',
|
||||
marginLeft: '15px',
|
||||
}}
|
||||
>
|
||||
<button
|
||||
className={'db-Notifications-button'}
|
||||
style={{ paddingTop: 7 }}
|
||||
onClick={this.showFeedbackModal}
|
||||
>
|
||||
<img
|
||||
src="/dashboard/assets/icons/question.svg"
|
||||
id="search-input-img"
|
||||
style={{
|
||||
width: '22px',
|
||||
height: '22px',
|
||||
position: 'relative',
|
||||
}}
|
||||
alt="help-icon"
|
||||
/>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<ShouldRender if={isNotViewer}>
|
||||
<div className="Box-root Flex-flex">
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user