Compare commits
2 Commits
a4e6eac49d
...
0fc300f343
Author | SHA1 | Date |
---|---|---|
|
0fc300f343 | |
|
7ca4fd3a1c |
|
@ -236,13 +236,11 @@ export default {
|
|||
}
|
||||
|
||||
.title {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin: 0 .25rem .25rem 0;
|
||||
color: $text;
|
||||
max-height: 2.75rem;
|
||||
font-size: 1rem;
|
||||
max-height: 3rem;
|
||||
white-space: nowrap;
|
||||
line-height: 1.5;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "traxxx",
|
||||
"version": "1.60.1",
|
||||
"version": "1.60.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "traxxx",
|
||||
"version": "1.60.1",
|
||||
"version": "1.60.2",
|
||||
"description": "All the latest porn releases in one place",
|
||||
"main": "src/app.js",
|
||||
"scripts": {
|
||||
|
|
|
@ -202,15 +202,11 @@
|
|||
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;
|
||||
max-height: 3rem;
|
||||
white-space: nowrap;
|
||||
line-height: 1.5;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue