Response
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;
}
Comment
Add a reply
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;
}
oops yeah. the boarders I have seen @nasse @blade and @bachira use Yes