Add better navigation

This commit is contained in:
Robert Long 2021-07-30 14:29:08 -07:00
commit 4f599dcb7b
5 changed files with 27 additions and 1 deletions

View file

@ -32,6 +32,12 @@ limitations under the License.
height: 64px;
}
.backNav {
position: absolute;
left: 0;
padding: 0 8px;
}
.userNav {
position: absolute;
right: 0;