Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
fix: layout settings overriden bulma position
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaVandewalle committed Mar 9, 2024
1 parent e6a2987 commit a045632
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/assets/styles/small_components.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.popup {
position: absolute;
position: absolute !important;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {JSX} from "react";
export default function Settings(): JSX.Element {
return (
<>
<div className={"popup px-5 py-5 card"}>
<div className={"card popup px-5 py-5"}>
<p className={"title is-flex is-justify-content-center"}>Settings</p>
<img src={"/delphi_full.png"} alt={"image"}/>
<div className={"is-flex px-5 py-1 is-align-items-center"}>
Expand Down

0 comments on commit a045632

Please sign in to comment.