From 947f8cac0218a226aac14393f98bfa435faac928 Mon Sep 17 00:00:00 2001 From: "nise.moe" Date: Thu, 13 Jun 2024 01:50:30 +0200 Subject: [PATCH] Style --- nise-frontend/src/app/api/api.component.css | 5 +++++ nise-frontend/src/app/api/api.component.html | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/nise-frontend/src/app/api/api.component.css b/nise-frontend/src/app/api/api.component.css index ffcda7f..f0ad6d6 100644 --- a/nise-frontend/src/app/api/api.component.css +++ b/nise-frontend/src/app/api/api.component.css @@ -7,6 +7,11 @@ section { cursor: pointer; } +.py-wrapper { + padding: 6px; + border: 1px solid rgba(139, 139, 139, 0.32); +} + .py-wrapper:hover { background-color: rgba(139, 139, 139, 0.32); } diff --git a/nise-frontend/src/app/api/api.component.html b/nise-frontend/src/app/api/api.component.html index 9285664..4462cea 100644 --- a/nise-frontend/src/app/api/api.component.html +++ b/nise-frontend/src/app/api/api.component.html @@ -1,7 +1,7 @@

# /api/ stuff

-
+

NEW! check out the python api wrapper