Need help with augmented UI (I am a total noob with CSS, HTML and JS) #15
Replies: 3 comments 2 replies
-
Thanks for checking it out! This should help: https://github.com/TonkatsuRa/Comlink-Thread/blob/main/comlink.html#L14 The attribute should be prefixed with If you want to use augmented borders on the element, also pass in then to style it: --aug-border-all: 3px;
--aug-border-bg: #FFFF00; Make sure not to import it 3 times when done debugging! It's easier to use classes instead but there's two notes here:
Lmk if you need anything else! Thanks again! Oh and ping me on twitter when you're live, I'd love to see the finished work! |
Beta Was this translation helpful? Give feedback.
-
Thank you so much for your reply! I was able to fix my issue so far. The augmented-ui is working now but it threw off everything else. I am currently trying to figure out how to fix it: If you want, you can have a look: https://codepen.io/TonkatsuRa/pen/VwEMLpo |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
So i tried different ways to get augmented UI to work but I keep failing at it. I even tried using ChatGPT4 to maybe find a way to fix it... but still no chance.
No matter what I do, the augmented-ui style isn't applied to the container border or any other element of my code. I am 100% sure it is my mistake and I just can't figure out the correct way. The page has full functionality and works well ... just the design is what makes me bite into my table...
Here is my git: https://github.com/TonkatsuRa/Comlink-Thread
Beta Was this translation helpful? Give feedback.
All reactions