mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-18 11:13:57 +00:00
Improve accessibility
This commit is contained in:
@@ -336,6 +336,7 @@ export class Output extends React.Component<OutputProps, FullOutputState> {
|
||||
style={{ height: this.state.height, width: this.state.width }}
|
||||
/>
|
||||
<Button
|
||||
title="Scroll to end"
|
||||
className={
|
||||
"absolute bottom-6 right-6 z-50 terminal-glass transition-opacity duration-50 ease-linear " +
|
||||
(this.state.autoScroll ? "opacity-0" : "")
|
||||
|
||||
@@ -318,8 +318,13 @@ export class Playground extends React.Component<
|
||||
/>
|
||||
<div className="h-[100dvh] flex flex-col">
|
||||
<header className="flex shrink-0 items-center gap-2 border-b p-2 overflow-y-auto">
|
||||
<a href="#/">
|
||||
<Button size="sm" variant="secondary" className="fancy">
|
||||
<a title="Home" href="#/">
|
||||
<Button
|
||||
size="sm"
|
||||
variant="secondary"
|
||||
className="fancy"
|
||||
title="Home Button"
|
||||
>
|
||||
<HouseFill />
|
||||
</Button>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user