mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
[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:
@@ -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={() => {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
.Notifications {
|
||||
position: absolute;
|
||||
bottom: 1em;
|
||||
top: 1em;
|
||||
left: 1em;
|
||||
right: 2em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user