mirror of
https://github.com/jkingsman/Remote-Terminal-for-MeshCore.git
synced 2026-08-09 10:13:02 +02:00
Remove unnecessary and clashing rounded border on settings panes
This commit is contained in:
@@ -654,7 +654,7 @@ export function SettingsModal(props: SettingsModalProps) {
|
|||||||
const shouldRenderSection = (section: SettingsSection) =>
|
const shouldRenderSection = (section: SettingsSection) =>
|
||||||
!externalDesktopSidebarMode || desktopSection === section;
|
!externalDesktopSidebarMode || desktopSection === section;
|
||||||
|
|
||||||
const sectionWrapperClass = 'border border-input rounded-md overflow-hidden';
|
const sectionWrapperClass = 'overflow-hidden';
|
||||||
|
|
||||||
const sectionContentClass = externalDesktopSidebarMode
|
const sectionContentClass = externalDesktopSidebarMode
|
||||||
? 'space-y-4 p-4'
|
? 'space-y-4 p-4'
|
||||||
|
|||||||
Reference in New Issue
Block a user