2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-10 23:14:13 +00:00

More fixes:

- Add "back to site" button on logout screen
- Add favicon to account pages
- Refactor notifications / alerts / caching
This commit is contained in:
Oliver
2021-11-04 09:59:56 +11:00
parent 4e7825df13
commit df30a85c03
10 changed files with 93 additions and 52 deletions

View File

@ -28,9 +28,8 @@
padding: 20px;
padding-bottom: 35px;
background-color: rgba(50, 50, 50, 0.75);
width: 100%;
max-width: 330px;
max-width: 550px;
margin: auto;
}