Compare commits

..

No commits in common. "0fc300f34334c8388bba72125ea61fa0bac23414" and "a4e6eac49d4dd291b9edf4c2d8c9e964e641c957" have entirely different histories.

4 changed files with 12 additions and 6 deletions

View File

@ -236,11 +236,13 @@ export default {
}
.title {
display: flex;
align-items: center;
margin: 0 .25rem .25rem 0;
color: $text;
max-height: 2.75rem;
font-size: 1rem;
line-height: 1.5;
max-height: 3rem;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "traxxx",
"version": "1.60.2",
"version": "1.60.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "traxxx",
"version": "1.60.2",
"version": "1.60.1",
"description": "All the latest porn releases in one place",
"main": "src/app.js",
"scripts": {

View File

@ -202,11 +202,15 @@
text-decoration: none;
}
.title[data-v-3abcf101] {
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
margin: 0 .25rem .25rem 0;
color: #222;
max-height: 2.75rem;
font-size: 1rem;
line-height: 1.5;
max-height: 3rem;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}