[MIRROR] Move tgui panel notifications to top (tgstation/tgstation#85084) (#9138)

Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com>
Co-authored-by: CHOMPStation2 <chompsation2@gmail.com>
This commit is contained in:
CHOMPStation2
2024-10-03 16:35:09 -07:00
committed by GitHub
parent d03dd67eba
commit 6edfa1fda9
2 changed files with 5 additions and 4 deletions

View File

@@ -31,13 +31,14 @@ export const ReconnectButton = (props) => {
</Button>
<Button
color="white"
icon="power-off"
tooltip="Relaunch game"
tooltipPosition="bottom-end"
onClick={() => {
location.href = `byond://${url}`;
Byond.command('.quit');
}}
>
Relaunch game
</Button>
/>
<Button
color="white"
onClick={() => {

View File

@@ -5,7 +5,7 @@
.Notifications {
position: absolute;
bottom: 1em;
top: 1em;
left: 1em;
right: 2em;
}