made popover open to the right on password copy field, fixed icon size on widget schedules

This commit is contained in:
Tim Chamberlain
2023-05-08 11:19:15 -05:00
parent e4d6ba79ed
commit 51bbcc9d35
2 changed files with 12 additions and 5 deletions

View File

@ -391,3 +391,11 @@ input[type="search"]::-webkit-search-results-decoration { display: none; }
{
font-size: 2rem !important;
}
.dashboard-schedule-icon
{
font-size: 1rem !important;
position: relative;
top: -13px;
margin-right: 3px;
}