From 703162723ba0cb478809a6ba36f5ce1a6f5aa09a Mon Sep 17 00:00:00 2001 From: Shobhit Date: Fri, 29 Apr 2022 17:25:43 +0530 Subject: [PATCH] UI Implementation for the repo selection modal --- app/static/css/base.css | 7 ++++ app/templates/index.html | 85 ++++++++++++++++++++++++++-------------- 2 files changed, 63 insertions(+), 29 deletions(-) diff --git a/app/static/css/base.css b/app/static/css/base.css index 16f2a0a..c40b492 100644 --- a/app/static/css/base.css +++ b/app/static/css/base.css @@ -691,4 +691,11 @@ header > div.menu .menu-item:last-child{ grid-column-end: 12; margin-bottom: 20px; +} + +.max-500 { + max-height: 500px; +} +.scroll { + overflow-x: auto; } \ No newline at end of file diff --git a/app/templates/index.html b/app/templates/index.html index fd6bc70..15682b5 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -103,44 +103,59 @@