diff --git a/src/bookmarks.tsx b/src/bookmarks.tsx
index d57e5187..e1e34280 100644
--- a/src/bookmarks.tsx
+++ b/src/bookmarks.tsx
@@ -173,9 +173,9 @@ class BookmarksView extends React.Component<{}, {}> {
let bookmark : BookmarkType = null;
return (
-
+
-
+
BOOKMARKS
@@ -185,7 +185,7 @@ class BookmarksView extends React.Component<{}, {}> {
No Bookmarks.
- Use the icon on commands to add your first bookmark.
+ Use the icon on commands to add your first bookmark.
diff --git a/src/main.tsx b/src/main.tsx
index 3f92bc64..ada42879 100644
--- a/src/main.tsx
+++ b/src/main.tsx
@@ -198,10 +198,10 @@ class LineAvatar extends React.Component<{line : LineType, cmd : Cmd}, {}> {
{lineNumStr}
-
+
-
+
@@ -814,7 +814,6 @@ class LineCmd extends React.Component<{sw : ScreenWindow, line : LineType, width
({termOpts.rows}x{termOpts.cols})
-
{this.renderCmdText(cmd, remote)}
@@ -879,13 +878,13 @@ class LineCmd extends React.Component<{sw : ScreenWindow, line : LineType, width
-
-
+
+
{this.renderMetaWrap(cmd)}
-
+
@@ -2276,10 +2275,10 @@ class CmdInput extends React.Component<{}, {}> {
-
+
-
+
@@ -2302,7 +2301,7 @@ class CmdInput extends React.Component<{}, {}> {
@@ -2934,7 +2933,7 @@ class ScreenTabs extends React.Component<{session : Session}, {}> {
this.handleSwitchScreen(screen.screenId)} onContextMenu={(event) => this.handleContextMenu(event, screen.screenId)}>
-
{screen.name.get()}
+
{screen.name.get()}
⌘{index+1}
@@ -3008,7 +3007,7 @@ class RemoteStatusLight extends React.Component<{remote : RemoteType}, {}> {
status = remote.status;
wfp = remote.waitingforpassword;
}
- let icon = "fa-circle"
+ let icon = "fa-sharp fa-solid fa-circle"
if (status == "connecting") {
icon = (wfp ? "fa-sharp fa-solid fa-key" : "fa-sharp fa-solid fa-rotate");
}
@@ -3117,8 +3116,8 @@ class MainSideBar extends React.Component<{}, {}> {
@@ -3136,25 +3135,25 @@ class MainSideBar extends React.Component<{}, {}> {
{idx+1}
-
+
{session.name.get()}
-
this.handleNewSession()}> New Session
+
this.handleNewSession()}> New Session
Shared Sessions
@@ -3169,7 +3168,10 @@ class MainSideBar extends React.Component<{}, {}> {
@@ -3266,22 +3268,22 @@ class DisconnectedModal extends React.Component<{}, {}> {
- Show Log
+ Show Log
- Hide Log
+ Hide Log