From 3e18da6cd045d618b15476067ce8d9b3c0dc6962 Mon Sep 17 00:00:00 2001 From: Ryan Peters Date: Thu, 1 Dec 2022 12:02:58 -0500 Subject: [PATCH] adjust right padding on save indicator --- wwwroot/css/site.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wwwroot/css/site.css b/wwwroot/css/site.css index da2bc1b..172671d 100644 --- a/wwwroot/css/site.css +++ b/wwwroot/css/site.css @@ -37,7 +37,7 @@ textarea { #saved-indicator { position: fixed; bottom: -40px; - right: 10px; + right: 20px; font-size: 12px; background-color: green; padding: 10px;