diff --git a/css/filter.css b/css/filter.css index 9750bdd..1bd6f5a 100644 --- a/css/filter.css +++ b/css/filter.css @@ -4,6 +4,7 @@ flex-direction: column; background-color: #e1e1e1; border-radius: 5px; + border: 1px solid #000; padding: 10px; top: 10px; right: 10px; diff --git a/css/views.css b/css/views.css index 86e4c0c..8c9cc7f 100644 --- a/css/views.css +++ b/css/views.css @@ -26,14 +26,32 @@ top: 25%; left: 10px; width: fit-content; - height: 50%; + height: fit-content; + max-height: 50%; background-color: #e1e1e1; padding: 15px; border: 1px solid #000; border-radius: 5px; } +#views-header { + display: flex; + flex-direction: row; + justify-content: space-between; + align-items: center; +} + +#open-views { + display: none; +} + +#views-menu-handler { + cursor: pointer; + margin-left: 10px; +} + #view-selector { + margin-top: 10px; display: flex; flex-direction: column; justify-content: flex-start; diff --git a/img/close-left.svg b/img/close-left.svg new file mode 100644 index 0000000..8fd678d --- /dev/null +++ b/img/close-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/open.svg b/img/open.svg new file mode 100644 index 0000000..12924ca --- /dev/null +++ b/img/open.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/index.html b/index.html index 5167f9e..a2d762c 100644 --- a/index.html +++ b/index.html @@ -177,7 +177,13 @@
Select a view:
+