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);
|
||||
top: var(--offset);
|
||||
left: var(--offset);
|
||||
border-radius: 17px;
|
||||
border: 1px solid var(--text);
|
||||
position: absolute;
|
||||
|
||||
}
|
||||
.title-bar {
|
||||
.title-bar-text {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue