Changes Dashboard, Form, Added divs lang gyud. fix fix lang gamay

This commit is contained in:
Pongot, Jophiel 2024-01-09 06:17:30 +08:00
parent f00432aab7
commit 0574bb2a41
4 changed files with 84 additions and 41 deletions

View file

@ -23,7 +23,7 @@ import {
TransactionCreateType,
} from "../Types/Types";
const debug = false;
const debug = true;
let backendURL;
if (debug) {

View file

@ -48,7 +48,7 @@ export default function TeacherTransactionListView() {
<div
style={{
...styles.flex_column,
...{ height: "50vh", overflowY: "scroll", width: "85%", marginInline: "6.5%" },
...{ height: "50vh", overflowY: "scroll", width: "100%", },
}}
>
{transactions.data ? (

View file

@ -22,7 +22,8 @@ export default function TransactionEntry(props: props) {
borderRadius: 16,
marginTop: "10px",
paddingTop: "15px",
width: "100%"
width: "100%",
maxWidth: "550px"
}}
onClick={props.onClick}