disgusting real

pull/3216/head
Lu[ke] Wilson 2024-03-19 14:13:22 +00:00
rodzic 486be8ed50
commit 61c75f2a83
2 zmienionych plików z 25 dodań i 15 usunięć

Wyświetl plik

@ -1195,27 +1195,37 @@ input,
position: relative;
width: 100%;
height: 100%;
box-shadow: var(--shadow-1);
/* box-shadow: var(--shadow-1); */
}
.tl-note__container:before,
.tl-note__container:after {
z-index: -1;
position: absolute;
content: '';
bottom: 15px;
left: 10px;
width: calc(50% - 10px);
top: 80%;
background: #777;
box-shadow: 0 15px 10px #777;
transform: rotate(-3deg);
z-index: -1;
position: absolute;
content: '';
bottom: 15px;
left: 10px;
width: calc(50% - 10px);
top: 80%;
/* background: #777; */
/* box-shadow: 0 15px 10px #777; */
transform: rotate(-3deg);
}
.tl-note__container:after {
transform: rotate(3deg);
right: 10px;
left: auto;
transform: rotate(3deg);
right: 10px;
left: auto;
}
.tl-note__scrim {
position: absolute;
z-index: 1;
inset: 0px;
height: 100%;
width: 100%;
background-color: var(--color-background);
opacity: 0.28;
}
.tl-note__container .tl-text-label {

Wyświetl plik

@ -94,7 +94,7 @@ export class NoteShapeUtil extends ShapeUtil<TLNoteShape> {
backgroundColor: theme[adjustedColor].solid,
boxShadow: getRotatedBoxShadow(pageRotation, {
offsetModifier: isDragging ? 3 : 1,
// spreadModifier: isDragging ? 3 : 1,
spreadModifier: isDragging ? 3 : 1,
blurModifier: isDragging ? 2 : 1,
// spreadModifier: 1.5,
}),