feat: update

This commit is contained in:
xtaodada 2024-01-13 14:51:05 +08:00
parent 865e9fc520
commit 4d94965e8f
Signed by: xtaodada
GPG Key ID: 4CBB3F4FA8C85659
7 changed files with 7 additions and 248 deletions

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
.message.svelte-15hb0c4.svelte-15hb0c4{margin:1em 0;padding:.5em;max-width:max-content;border:1px #eeeeee solid;box-shadow:0 0 3px gray;border-radius:5px;display:flex}.avatar.svelte-15hb0c4.svelte-15hb0c4{padding-right:.5em}.content.svelte-15hb0c4.svelte-15hb0c4{overflow:hidden}.name.svelte-15hb0c4.svelte-15hb0c4{white-space:nowrap;color:#1e90ff;overflow:hidden;text-overflow:ellipsis}.text.svelte-15hb0c4.svelte-15hb0c4{white-space:pre-wrap;margin:.2em 0}.text.svelte-15hb0c4>.keyword{background-color:#ffffab}.time.svelte-15hb0c4.svelte-15hb0c4{font-size:.75em;float:right;margin-right:2px}.time.svelte-15hb0c4.svelte-15hb0c4,.time.svelte-15hb0c4>a.svelte-15hb0c4{color:gray}div.svelte-179qc5o.svelte-179qc5o{position:relative}ul.svelte-179qc5o.svelte-179qc5o{list-style:none;padding:0;margin:0;position:absolute;left:0;background-color:#fff;box-shadow:0 0 4px var(--color-inactive);clip-path:polygon(-100% 0,200% 0,200% 200%,-100% 200%)}li.svelte-179qc5o.svelte-179qc5o{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;line-height:2em}li.svelte-179qc5o>img.svelte-179qc5o{height:calc(2.3em - 2px);width:calc(2.3em - 2px);vertical-align:middle;padding-right:.5em;display:inline-block;overflow:hidden}ul.svelte-179qc5o:not(:hover)>li.selected.svelte-179qc5o,li.svelte-179qc5o.svelte-179qc5o:hover{background-color:#d9f5ff}input.svelte-179qc5o.svelte-179qc5o{padding-left:2.5em;width:100%}input.svelte-179qc5o.svelte-179qc5o,ul.svelte-179qc5o.svelte-179qc5o{border-radius:0;border:1px solid var(--color-inactive)}input.svelte-179qc5o.svelte-179qc5o:focus,input.svelte-179qc5o:focus~ul.svelte-179qc5o{border-color:var(--color-active);box-shadow:0 0 4px var(--color-active);outline:1px solid var(--color-active)}input.svelte-179qc5o:focus~ul.svelte-179qc5o{border-top-color:var(--color-inactive)}.selected-avatar.svelte-179qc5o.svelte-179qc5o{position:absolute;pointer-events:none;top:1px;left:1px;height:calc(2.3em - 2px);width:calc(2.3em - 2px)}.hidden.svelte-179qc5o.svelte-179qc5o{display:none}html,body{position:relative;width:100%;height:100%}body{color:#333;margin:0;padding:8px;box-sizing:border-box;line-height:1.2;font-family:DejaVu Sans,sans-serif;margin-left:calc(100vw - 100%);overflow-x:hidden}a{color:#0064c8;text-decoration:none}a:hover{text-decoration:underline}a:visited{color:#0050a0}label{display:block}input,button,select,textarea{font-family:inherit;font-size:inherit;-webkit-padding:.4em 0;padding:.4em;margin:0 0 .5em;box-sizing:border-box;border:1px solid #ccc;border-radius:2px}input:disabled{color:#ccc}button{color:#333;background-color:#f4f4f4;outline:none}button:disabled{color:#999}button:not(:disabled):active{background-color:#ddd}button:focus{border-color:#666}main.svelte-cd7t1.svelte-cd7t1{margin:1em}button.svelte-cd7t1.svelte-cd7t1{white-space:nowrap}#searchbox.svelte-cd7t1.svelte-cd7t1{display:flex;margin-left:1px}#searchbox.svelte-cd7t1>*{margin-left:-1px}#searchbox.svelte-cd7t1 input[type=search].svelte-cd7t1{flex-grow:1}@media (max-width: 700px){#searchbox.svelte-cd7t1.svelte-cd7t1{flex-direction:column}}.error.svelte-cd7t1.svelte-cd7t1{color:red;text-align:center}.info.svelte-cd7t1.svelte-cd7t1{display:flex;justify-content:center}.info.svelte-cd7t1>.svelte-cd7t1{padding:.5em 1em;margin:1em 0}.info.svelte-cd7t1>p.svelte-cd7t1{border:1px #bfbfbf solid;border-radius:2em}input,button,select{border-radius:0;border:1px solid var(--color-inactive);height:2.3em}input:focus,button:focus,select:focus{border-color:var(--color-active);outline:1px solid var(--color-active);z-index:10}:root{--color-inactive:#bfbfbf;--color-active:#add8e6}

View File

@ -1,176 +0,0 @@
main.svelte-cd7t1.svelte-cd7t1 {
margin: 1em
}
button.svelte-cd7t1.svelte-cd7t1 {
white-space: nowrap
}
#searchbox.svelte-cd7t1.svelte-cd7t1 {
display: flex;
margin-left: 1px
}
#searchbox.svelte-cd7t1 > * {
margin-left: -1px
}
#searchbox.svelte-cd7t1 input[type="search"].svelte-cd7t1 {
flex-grow: 1
}
@media (max-width: 700px) {
#searchbox.svelte-cd7t1.svelte-cd7t1 {
flex-direction: column
}
}
.error.svelte-cd7t1.svelte-cd7t1 {
color: red;
text-align: center
}
.info.svelte-cd7t1.svelte-cd7t1 {
display: flex;
justify-content: center
}
.info.svelte-cd7t1 > .svelte-cd7t1 {
padding: 0.5em 1em;
margin: 1em 0
}
.info.svelte-cd7t1 > p.svelte-cd7t1 {
border: 1px #bfbfbf solid;
border-radius: 2em
}
input, button, select {
border-radius: 0;
border: 1px solid var(--color-inactive);
height: 2.3em
}
input:focus, button:focus, select:focus {
border-color: var(--color-active);
outline: 1px solid var(--color-active);
z-index: 10
}
:root {
--color-inactive: #bfbfbf;
--color-active: #add8e6
}
.message.svelte-15hb0c4.svelte-15hb0c4 {
margin: 1em 0;
padding: 0.5em;
max-width: max-content;
border: 1px #eeeeee solid;
box-shadow: 0 0 3px gray;
border-radius: 5px;
display: flex
}
.avatar.svelte-15hb0c4.svelte-15hb0c4 {
padding-right: 0.5em
}
.content.svelte-15hb0c4.svelte-15hb0c4 {
overflow: hidden
}
.name.svelte-15hb0c4.svelte-15hb0c4 {
white-space: nowrap;
color: #1e90ff;
overflow: hidden;
text-overflow: ellipsis
}
.text.svelte-15hb0c4.svelte-15hb0c4 {
white-space: pre-wrap;
margin: 0.2em 0
}
.text.svelte-15hb0c4 > .keyword {
background-color: #ffffab
}
.time.svelte-15hb0c4.svelte-15hb0c4 {
font-size: 0.75em;
float: right;
margin-right: 2px
}
.time.svelte-15hb0c4.svelte-15hb0c4, .time.svelte-15hb0c4 > a.svelte-15hb0c4 {
color: gray
}
div.svelte-179qc5o.svelte-179qc5o {
position: relative
}
ul.svelte-179qc5o.svelte-179qc5o {
list-style: none;
padding: 0;
margin: 0;
position: absolute;
left: 0;
background-color: white;
box-shadow: 0 0 4px var(--color-inactive);
clip-path: polygon(-100% 0, 200% 0, 200% 200%, -100% 200%)
}
li.svelte-179qc5o.svelte-179qc5o {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
cursor: pointer;
line-height: 2em
}
li.svelte-179qc5o > img.svelte-179qc5o {
height: calc(2.3em - 2px);
width: calc(2.3em - 2px);
vertical-align: middle;
padding-right: 0.5em;
display: inline-block;
overflow: hidden
}
ul.svelte-179qc5o:not(:hover) > li.selected.svelte-179qc5o, li.svelte-179qc5o.svelte-179qc5o:hover {
background-color: #d9f5ff
}
input.svelte-179qc5o.svelte-179qc5o {
padding-left: 2.5em;
width: 100%
}
input.svelte-179qc5o.svelte-179qc5o, ul.svelte-179qc5o.svelte-179qc5o {
border-radius: 0;
border: 1px solid var(--color-inactive)
}
input.svelte-179qc5o.svelte-179qc5o:focus, input.svelte-179qc5o:focus ~ ul.svelte-179qc5o {
border-color: var(--color-active);
box-shadow: 0 0 4px var(--color-active);
outline: 1px solid var(--color-active)
}
input.svelte-179qc5o:focus ~ ul.svelte-179qc5o {
border-top-color: var(--color-inactive)
}
.selected-avatar.svelte-179qc5o.svelte-179qc5o {
position: absolute;
pointer-events: none;
top: 1px;
left: 1px;
height: calc(2.3em - 2px);
width: calc(2.3em - 2px)
}
.hidden.svelte-179qc5o.svelte-179qc5o {
display: none
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,65 +0,0 @@
html, body {
position: relative;
width: 100%;
height: 100%;
}
body {
color: #333;
margin: 0;
padding: 8px;
box-sizing: border-box;
line-height: 1.2;
/* Google Chrome defaults to Times New Roman and for sans-serif it prefers Arial... */
font-family: 'DejaVu Sans', sans-serif;
}
a {
color: rgb(0,100,200);
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a:visited {
color: rgb(0,80,160);
}
label {
display: block;
}
input, button, select, textarea {
font-family: inherit;
font-size: inherit;
-webkit-padding: 0.4em 0;
padding: 0.4em;
margin: 0 0 0.5em 0;
box-sizing: border-box;
border: 1px solid #ccc;
border-radius: 2px;
}
input:disabled {
color: #ccc;
}
button {
color: #333;
background-color: #f4f4f4;
outline: none;
}
button:disabled {
color: #999;
}
button:not(:disabled):active {
background-color: #ddd;
}
button:focus {
border-color: #666;
}

View File

@ -24,10 +24,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<link rel='icon' type='image/png' href='favicon.png'>
<link rel='stylesheet' href='global.css'>
<link rel='stylesheet' href='build/bundle.css'>
<script defer src='build/bundle.js'></script>
<script type="module" crossorigin src="assets/index-8e3998a6.js"></script>
<link rel="stylesheet" href="assets/index-c1af15fa.css">
</head>
<body>