adjust right padding on save indicator

This commit is contained in:
Ryan Peters 2022-12-01 12:02:58 -05:00
parent a69c6bdd26
commit 3e18da6cd0

View File

@ -37,7 +37,7 @@ textarea {
#saved-indicator { #saved-indicator {
position: fixed; position: fixed;
bottom: -40px; bottom: -40px;
right: 10px; right: 20px;
font-size: 12px; font-size: 12px;
background-color: green; background-color: green;
padding: 10px; padding: 10px;