add border
This commit is contained in:
parent
cf292c95f1
commit
74f2fd5ec3
2 changed files with 3 additions and 1 deletions
|
@ -10,7 +10,10 @@ const randomID = customClass || Math.random().toString().replace(".", "");
|
||||||
width: var(--maxWidth);
|
width: var(--maxWidth);
|
||||||
top: var(--offset);
|
top: var(--offset);
|
||||||
left: var(--offset);
|
left: var(--offset);
|
||||||
|
border-radius: 17px;
|
||||||
|
border: 1px solid var(--text);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
||||||
}
|
}
|
||||||
.title-bar {
|
.title-bar {
|
||||||
.title-bar-text {
|
.title-bar-text {
|
||||||
|
|
|
@ -20,7 +20,6 @@ export default function Me() {
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
initLanyard(presence => {
|
initLanyard(presence => {
|
||||||
console.log(presence);
|
|
||||||
setPresence(presence);
|
setPresence(presence);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue