add border

This commit is contained in:
nin0dev 2025-03-15 22:24:32 -04:00
parent cf292c95f1
commit 74f2fd5ec3
Signed by: nin0
SSH key fingerprint: SHA256:NOoDnFVvZNFvqfXCIhzr6oCTDImZAbTTuyAysZ8Ufk8
2 changed files with 3 additions and 1 deletions

View file

@ -10,7 +10,10 @@ const randomID = customClass || Math.random().toString().replace(".", "");
width: var(--maxWidth);
top: var(--offset);
left: var(--offset);
border-radius: 17px;
border: 1px solid var(--text);
position: absolute;
}
.title-bar {
.title-bar-text {

View file

@ -20,7 +20,6 @@ export default function Me() {
useEffect(() => {
initLanyard(presence => {
console.log(presence);
setPresence(presence);
});