Clean up HTML and CSS #445
Labels
feature-request
Project: Neon
Part of the Neon project. Applies to every issue.
Severity: LOW
Minor problem or a feature that would make life easier.
UI
User interface problem
There are a handful of minor improvements that can be made the the HTML and CSS to have a more stable layout and more contextual information for the browser itself.
There are some CSS bugs that come in part from bulma (e.g. the File dropdown being shifted up relative to the Edit Mode button it replaces) that should be fixed. Also contextual HTML tags should be used (e.g.
<nav>
for navbars) as these provide more information to the browser than plain<div>
tags.The text was updated successfully, but these errors were encountered: