UI - Difference page, make the button to find the preview page for triggers and ignored text easier to find

1857-edit-page-title
dgtlmoon 1 year ago
parent 7ace259d70
commit 3e2b55a46f

@ -471,7 +471,11 @@ footer {
padding: 10px; padding: 10px;
&#left-sticky { &#left-sticky {
left: 0px; left: 0;
position: fixed;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
box-shadow: 1px 1px 4px var(--color-shadow-jump);
} }
&#right-sticky { &#right-sticky {

@ -667,7 +667,11 @@ footer {
background: var(--color-background); background: var(--color-background);
padding: 10px; } padding: 10px; }
.sticky-tab#left-sticky { .sticky-tab#left-sticky {
left: 0px; } left: 0;
position: fixed;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
box-shadow: 1px 1px 4px var(--color-shadow-jump); }
.sticky-tab#right-sticky { .sticky-tab#right-sticky {
right: 0px; } right: 0px; }
.sticky-tab#hosted-sticky { .sticky-tab#hosted-sticky {

Loading…
Cancel
Save