diff --git a/src/meshdb/templates/admin/base_site.html b/src/meshdb/templates/admin/base_site.html index c962e13e..e37ea697 100644 --- a/src/meshdb/templates/admin/base_site.html +++ b/src/meshdb/templates/admin/base_site.html @@ -12,9 +12,3 @@

- Warning: This project is in Beta. You may experience instability, - encounter errors, and find bugs. Everything, from the data model, to the user - interface, to the API is subject to change. Your feedback is - appreciated! If you find a problem, or have a suggestion, please let us know in - the #meshdb channel - in Slack, or open an issue on GitHub. -
- The data on this site is currently a read-only copy of the "New Node Form Responses" - spreadsheet. Edits are enabled in the UI, however changes will not be preserved, - and will be replaced with the spreadsheet content each night. Changes to metadata such as - user logins, permissions groups, app tokens, and webhook config will be preserved. -

--> - -

- Warning: This project is in Beta and subject to change. You - may experience bugs. The data on this site is currently a read-only copy of - the "New Node Form Responses" spreadsheet. Edits are enabled in the UI, however - changes will not be preserved, and will be replaced with the spreadsheet - content each night. Changes to metadata such as user logins, permissions groups, - app tokens, and webhook config will be preserved. -
- Your feedback is appreciated! If you experience problems, or have a suggestion, - please let us know in the #meshdb - channel in Slack, or open an issue on GitHub. -

diff --git a/src/meshweb/static/admin/admin_ext.css b/src/meshweb/static/admin/admin_ext.css index a439c827..65c44106 100644 --- a/src/meshweb/static/admin/admin_ext.css +++ b/src/meshweb/static/admin/admin_ext.css @@ -70,7 +70,6 @@ display: flex; overflow: hidden; flex: 1 1 auto; - margin-bottom: 10px; flex-shrink: 1 !important; } #map-wrapper .main { @@ -83,7 +82,6 @@ #map { display: flex; - margin-right: 10px; flex: 1 1 auto; } @@ -109,8 +107,6 @@ .handle { width: 10px; height: 100%; - margin-left: 5px; - margin-right: 5px; cursor: ew-resize; background-color: var(--secondary); flex-grow: 0;