Compare commits

...

2 Commits

Author SHA1 Message Date
ThePendulum 0fc300f343 1.60.2 2020-01-23 14:53:44 +01:00
ThePendulum 7ca4fd3a1c Allowing double line titles. 2020-01-23 14:53:42 +01:00
4 changed files with 6 additions and 12 deletions

View File

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

2
package-lock.json generated
View File

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

View File

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

View File

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