You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-17 17:42:41 +03:00
fix styling of server name in handle
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
@@ -149,4 +149,9 @@ limitations under the License.
|
|||||||
mask-image: url('$(res)/img/feather-customised/chevron-down.svg');
|
mask-image: url('$(res)/img/feather-customised/chevron-down.svg');
|
||||||
background-color: $primary-fg-color;
|
background-color: $primary-fg-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_NetworkDropdown_handle_server {
|
||||||
|
color: $muted-fg-color;
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -223,7 +223,7 @@ const NetworkDropdown = ({onOptionChange, protocols = {}, selectedServerName, se
|
|||||||
>
|
>
|
||||||
<span>
|
<span>
|
||||||
{currentValue}
|
{currentValue}
|
||||||
</span> <span>
|
</span> <span className="mx_NetworkDropdown_handle_server">
|
||||||
({selectedServerName})
|
({selectedServerName})
|
||||||
</span>
|
</span>
|
||||||
</ContextMenuButton>;
|
</ContextMenuButton>;
|
||||||
|
|||||||
Reference in New Issue
Block a user