Compare commits

...

2 Commits

Author SHA1 Message Date
a39e820dc9 Fix dashboard bordering 2023-05-11 20:35:54 -05:00
297b8a284d Fix padding on dropdown 2023-05-11 20:34:23 -05:00

View File

@ -115,7 +115,7 @@ nav.top div.slideout .dropdown {
height: 32px;
position: relative;
z-index: 2;
padding: 1px 4px;
padding: 1px 3px;
white-space: nowrap;
transition-duration: 0.05s;
}
@ -2086,6 +2086,8 @@ body.dashboard .dash-title {
margin-bottom: -1px;
}
body.dashboard .dash-title.ulink { padding: 3px 3px 4px 3px; }
body.dashboard .dash-title.currency-mark { position: relative; float: right; top: 24px; }
body.dashboard .dash-title.rlink { float: right; }