+
+
Recent
@@ -98,14 +90,14 @@ export default function Dashboard() {
Removed: 64
02/17/2023
-
+
Canned
Pagmamahal
Added: 0
Removed: 60
02/17/2023
-
+
diff --git a/src/styles.tsx b/src/styles.tsx
index 749b9c2..57931d9 100644
--- a/src/styles.tsx
+++ b/src/styles.tsx
@@ -109,39 +109,43 @@ const styles: { [key: string]: React.CSSProperties } = {
borderBottomRightRadius: 0,
justifyContent: "left",
},
+ widget: {
+ display: "flex",
+ flexDirection: "column",
+ backgroundColor: "#1d3b33",
+ borderRadius: 8,
+ paddingLeft: 16,
+ paddingRight: 16,
+ paddingBottom: 32,
+ margin: 8,
+ lineHeight: 0.5,
+ },
+ content_row: {
+ display: "flex",
+ flexDirection: "row",
+ alignItems: "center",
+ },
+ content_column: {
+ display: "flex",
+ flexDirection: "column",
+ lineHeight: 0,
+ },
+ flex_row: {
+ display: "flex",
+ flexDirection: "row",
+ alignItems: "stretch",
+ },
+ flex_column: {
+ display: "flex",
+ flexDirection: "column",
+ },
sidebar_wrapper: {
display: "flex",
flexDirection: "column",
height: "100vh",
- width: "110%",
- backgroundColor: "#3d4848",
- alignItems: "flex-end",
- },
- wrapper_row: {
- display: "flex",
- flexDirection: "row",
- alignItems: "center",
- alignSelf: "flex-start",
- },
- wrapper_column: {
- display: "flex",
- flexDirection: "column",
- alignSelf: "flex-start",
- justifyContent: "left",
- lineHeight: 0,
- },
- DashboardWidget_WrapperColumn: {
- justifyContent: "center",
- display: "flex",
- flexDirection: "column",
width: "100%",
- height: "100vh",
- },
- DashboardWidget_WrapperRow: {
- justifyContent: "center",
- display: "flex",
- flexDirection: "row",
- width: "95%",
+ paddingLeft: "2vh",
+ backgroundColor: "#3d4848",
},
};