From 7fb0772adda1674d0fdef3f51f9d1af87e52174a Mon Sep 17 00:00:00 2001 From: Mahdi Robatipoor Date: Wed, 27 Mar 2024 09:07:52 +0330 Subject: [PATCH] impl copy navbar in template --- api/templates/index.html | 133 +++++++++++++++++++++++++++++++++------ 1 file changed, 115 insertions(+), 18 deletions(-) diff --git a/api/templates/index.html b/api/templates/index.html index e7a0428..7ea14da 100644 --- a/api/templates/index.html +++ b/api/templates/index.html @@ -32,6 +32,15 @@ } } + .qr-code { + display: none; + margin: auto; + + &.is-active { + display: block; + } + } + .progress { width: 0%; height: 30px; @@ -94,16 +103,16 @@

Paste File

- +
-