Revert "prototype: decreased rounding"

This reverts commit 7a51e2d404.
This commit is contained in:
ShittyKopper 2023-10-31 21:26:03 +03:00
parent e1844db11b
commit 72204d9294
93 changed files with 143 additions and 142 deletions

View file

@ -699,7 +699,7 @@ function readPromo() {
padding: 0 4px;
margin-bottom: 0 !important;
background: var(--popup);
border-radius: 5px;
border-radius: 8px;
box-shadow: 0px 4px 32px var(--shadow);
}
@ -831,7 +831,7 @@ function readPromo() {
left: 8px;
width: 5px;
height: calc(100% - 16px);
border-radius: 4px;
border-radius: 999px;
pointer-events: none;
}
@ -871,7 +871,7 @@ function readPromo() {
background: var(--popup);
padding: 6px 10px;
font-size: 0.8em;
border-radius: 4px;
border-radius: 999px;
box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
}
@ -901,7 +901,7 @@ function readPromo() {
background: var(--panel);
padding: 6px 10px;
font-size: 0.8em;
border-radius: 4px;
border-radius: 999px;
box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
}
@ -937,7 +937,7 @@ function readPromo() {
.quoteNote {
padding: 16px;
border: dashed 1px var(--renote);
border-radius: 5px;
border-radius: 8px;
overflow: clip;
}