mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
UI: Remove unnecessary max-width of tab list in in-game editor (#2643)
This commit is contained in:
@@ -18,7 +18,6 @@ import { OpenScript } from "./OpenScript";
|
||||
import { Tab } from "./Tab";
|
||||
import { SpecialServers } from "../../Server/data/SpecialServers";
|
||||
|
||||
const tabsMaxWidth = 1640;
|
||||
const searchWidth = 180;
|
||||
|
||||
interface IProps {
|
||||
@@ -101,7 +100,6 @@ export function Tabs({ scripts, currentScript, onTabClick, onTabClose, onTabUpda
|
||||
<Droppable droppableId="tabs" direction="horizontal">
|
||||
{(provided, snapshot) => (
|
||||
<Box
|
||||
maxWidth={`${tabsMaxWidth}px`}
|
||||
display="flex"
|
||||
flexGrow="1"
|
||||
flexDirection="row"
|
||||
|
||||
Reference in New Issue
Block a user