Skip to content

Commit

Permalink
Rename css class.
Browse files Browse the repository at this point in the history
  • Loading branch information
johndoknjas committed Nov 10, 2024
1 parent 907e364 commit b40b054
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/lobby/css/app/_app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
}
}

.toggle-padding-left {
.toggle-shift-right {
@extend .toggle;
right: 6%;
}
Expand Down
2 changes: 1 addition & 1 deletion ui/lobby/src/view/realTime/chart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ function renderYAxis() {
}

export function toggle(ctrl: LobbyController) {
return h('i.toggle-padding-left', {
return h('i.toggle-shift-right', {
key: 'set-mode-list',
attrs: { title: i18n.site.list, 'data-icon': licon.List },
hook: bind('mousedown', _ => ctrl.setMode('list'), ctrl.redraw),
Expand Down

0 comments on commit b40b054

Please sign in to comment.