Compare commits
2 Commits
243d28a030
...
55680b5150
Author | SHA1 | Date |
---|---|---|
|
55680b5150 | |
|
1f7ad45393 |
|
@ -1,11 +1,11 @@
|
||||||
{
|
{
|
||||||
"name": "traxxx-web",
|
"name": "traxxx-web",
|
||||||
"version": "0.40.7",
|
"version": "0.40.8",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"version": "0.40.7",
|
"version": "0.40.8",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@brillout/json-serializer": "^0.5.8",
|
"@brillout/json-serializer": "^0.5.8",
|
||||||
"@dicebear/collection": "^7.0.5",
|
"@dicebear/collection": "^7.0.5",
|
||||||
|
|
|
@ -87,7 +87,7 @@
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"vite": "$vite"
|
"vite": "$vite"
|
||||||
},
|
},
|
||||||
"version": "0.40.7",
|
"version": "0.40.8",
|
||||||
"imports": {
|
"imports": {
|
||||||
"#/*": "./*.js"
|
"#/*": "./*.js"
|
||||||
}
|
}
|
||||||
|
|
|
@ -277,12 +277,15 @@ const scenes = pageContext.pageProps.scenes;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
margin: 0 .5rem 1rem 0;
|
margin: 0 .5rem 0 0;
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
|
|
||||||
|
/*
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
-webkit-box-orient: vertical;
|
-webkit-box-orient: vertical;
|
||||||
-webkit-line-clamp: 2;
|
-webkit-line-clamp: 2;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
.notitle {
|
.notitle {
|
||||||
|
|
|
@ -538,6 +538,8 @@ function copySummary() {
|
||||||
.title {
|
.title {
|
||||||
margin: .25rem .5rem .5rem 0;
|
margin: .25rem .5rem .5rem 0;
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
|
|
||||||
|
/*
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
|
|
||||||
&:not(:active) {
|
&:not(:active) {
|
||||||
|
@ -545,6 +547,7 @@ function copySummary() {
|
||||||
-webkit-line-clamp: 2;
|
-webkit-line-clamp: 2;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
.notitle {
|
.notitle {
|
||||||
|
|
2
static
2
static
|
@ -1 +1 @@
|
||||||
Subproject commit 4982084fd86168758424ad9f343d729eee97a7e2
|
Subproject commit d491eaf87d506618df464c87f2d2c8829e887d64
|
Loading…
Reference in New Issue