Response
anonymous 0

Could you give me an example of the "dumb border thingy?" Because that could refer to any change to the borders

The code I use to make the nav smaller is:

nav, nav:not(.legacy *), nav button, nav a.button {
  padding: 0 0.75rem;
  border: none;
  height: unset;
}
f00f the f00fy 1733346060937
Comment
ethan 1733346807266

oops yeah. the boarders I have seen @nasse @blade and @bachira use Yes


Add a reply
f00f the f00fy 1733347504917 *

You need a small image that's formatted as a 3x3 grid, with the squares in the corners being the corners of the border, and the squares on the sides being the repeating pattern of the sides of the border.

Then you can use code like this (which I copied from @bachira's page):

.card-nest.w-full.shadow {
  border-radius: 25px;
  border-width: 12px !important;
  border-style: solid !important;
  border-image: url(INSERT IMAGE URL HERE) 17 fill round !important;
}

Pressing continue will bring you to the following URL:

Are sure you want to go there?


Continue