Merge branch 'main'

This commit is contained in:
2025-11-17 00:42:57 +03:00
parent e61a74d750
commit da4a86f204

View File

@@ -38,7 +38,7 @@ const ProHeader: FunctionComponent<ProHeaderProps> = ({
position: "sticky", position: "sticky",
top: 0, top: 0,
display: "flex", display: "flex",
zIndex: 1, zIndex: 1000,
flexDirection: isRTL ? "row-reverse" : "row", flexDirection: isRTL ? "row-reverse" : "row",
justifyContent: "space-between", justifyContent: "space-between",
alignItems: "center", // This centers vertically alignItems: "center", // This centers vertically