Skip to content

Commit

Permalink
fix(client): Disabled Selectability of Logo Text
Browse files Browse the repository at this point in the history
* Updated `h1` styles in the root view to prevent the logo text from being selectable
  • Loading branch information
yakovmanshin committed Oct 18, 2024
1 parent 14dc63d commit 102fddd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/www/views/root_view/root_header/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export class RootHeader extends LitElement {
font-size: 24px;
font-weight: 500;
margin: 0;
user-select: none;
}
md-icon {
Expand Down

0 comments on commit 102fddd

Please sign in to comment.