Compare commits
No commits in common. "314a7f2be02bface4085fb3ce6920ab9aa86fb8e" and "ec7de22dca41221159dd86131cbf8f2689080715" have entirely different histories.
314a7f2be0
...
ec7de22dca
2 changed files with 4 additions and 7 deletions
|
@ -57,14 +57,11 @@
|
|||
--radius-lg: calc(2 * var(--radius-unit));
|
||||
--radius-xl: calc(3.25 * var(--radius-unit));
|
||||
--radius-xxl: calc(5.25 * var(--sradius-unit));
|
||||
|
||||
--100vw: calc(100.0 * 1vw);
|
||||
--100vh: calc(100.0 * 1vh);
|
||||
}
|
||||
|
||||
html, body {
|
||||
width: var(--100vw);
|
||||
height: var(--100vh);
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
|
|
|
@ -8,10 +8,10 @@
|
|||
<style>
|
||||
.message {
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
align-items: center;
|
||||
overflow-x: none;
|
||||
word-break: break-all;
|
||||
padding: var(--space-xxs) var(--space-normplus) var(--space-xxs) var(--space-normplus);
|
||||
padding: 1px var(--space-normplus) 1px var(--space-normplus);
|
||||
}
|
||||
|
||||
.message .edit-message {
|
||||
|
|
Loading…
Reference in a new issue