diff options
| author | Samarth Agarwal <samarth.agarwal@mail.utoronto.ca> | 2019-03-08 18:56:38 +0000 |
|---|---|---|
| committer | Samarth Agarwal <samarth.agarwal@mail.utoronto.ca> | 2019-03-08 18:56:38 +0000 |
| commit | 6693b77761373a269c6d797ecb6a8eedec946e9a (patch) | |
| tree | 64e141099ea63d8ecb3e0f7acdd4a161a04efa02 /web/views/map.pug | |
| parent | 2b7c39ed65c6652c24f1f5140214bae7f3438960 (diff) | |
Modified Details sidebar so that the close button always stays at the bottom of the box and doesn't overlap any text.
Diffstat (limited to 'web/views/map.pug')
| -rw-r--r-- | web/views/map.pug | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/web/views/map.pug b/web/views/map.pug index 46e7848..f5837b6 100644 --- a/web/views/map.pug +++ b/web/views/map.pug @@ -1,16 +1,18 @@ extends layout.pug block content #sidebar - h1 Details - #point - strong Age range: - br.point-break - strong Clothing description: - br.point-break - strong Injury status: - br.point-break - strong Reason for help: - button#close-btn Close + h1#details-header Details + #point-container + #point + strong Age range: + br.point-break + strong Clothing description: + br.point-break + strong Injury status: + br.point-break + strong Reason for help: + #close-btn-container + button#close-btn Close #map |
