Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
.page-side-tool {
border-radius: 0;
clip-path: polygon(4% 8%, 96% 8%, 50% 92%);
height: 46px;
width: 46px;
min-width: 0;
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;
padding-bottom: 10px;
}
/* optional responsive width support */
@supports (width: calc(var(--tst) * 1)) {
.page-side-tool{width: var(--page-side-tool-height, 46px);}
}