Skip to content

Commit

Permalink
CSS fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Dec 26, 2024
1 parent 108547e commit 9ebea9a
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions private/css/cms.toolbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -256,16 +256,19 @@
--size: 1rem;
position: absolute;
visibility: hidden;
box-sizing: border-box;
border-width: 0;
border-style: solid;
background-color: var(--dca-gray-lightest);
color: var(--dca-gray);
border-radius: 3px;
box-shadow: none;
/* box-shadow: 0 1.5px 1.5px rgba(var(--dca-shadow),.4); */
inset-inline-end: calc(100% + 0.75rem);
width: calc(1.6*var(--size));
height: calc(1.6*var(--size));
line-height: calc(1.3*var(--size));
padding: calc(0.3*var(--size));
width: calc(1.6 * var(--size));
height: calc(1.6 * var(--size));
line-height: calc(0.8 * var(--size));
padding: calc(0.3 * var(--size));
cursor: pointer;
svg {
width: var(--size);
Expand Down

0 comments on commit 9ebea9a

Please sign in to comment.