mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
UI: Tweak CSS/Position of Darknet Docs link (#2517)
Per Discord discussion, the lower left seems to be more visible.
This commit is contained in:
@@ -318,7 +318,7 @@ export function NetworkDisplayWrapper(): React.ReactElement {
|
||||
<ZoomOut />
|
||||
</Button>
|
||||
</div>
|
||||
<Box className={`${classes.inlineFlexBox}`}>
|
||||
<Box className={`${classes.inlineFlexBox}`} style={{ justifyContent: "flex-start", gap: "10px" }}>
|
||||
<Typography component="div" display="flex">
|
||||
<Typography display="flex" alignItems="center" paddingRight="1em">
|
||||
{searchLabel}
|
||||
@@ -339,8 +339,8 @@ export function NetworkDisplayWrapper(): React.ReactElement {
|
||||
style={{
|
||||
...DWServerLogStyles,
|
||||
fontSize: "18px",
|
||||
padding: "2px 20px",
|
||||
backgroundColor: Settings.theme.button,
|
||||
padding: "2px 15px",
|
||||
backgroundColor: Settings.theme.well,
|
||||
}}
|
||||
>
|
||||
Darknet Docs
|
||||
|
||||
Reference in New Issue
Block a user