Compare commits
2 Commits
258a9141f0
...
2f4a227437
| Author | SHA1 | Date |
|---|---|---|
|
|
2f4a227437 | |
|
|
edaf659bf8 |
|
|
@ -52,7 +52,10 @@ export default {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
&.compact:not(.expanded) {
|
&.compact:not(.expanded) {
|
||||||
|
flex-direction: row;
|
||||||
|
|
||||||
.tiles {
|
.tiles {
|
||||||
|
display: flex;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "traxxx",
|
"name": "traxxx",
|
||||||
"version": "1.47.6",
|
"version": "1.47.7",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "traxxx",
|
"name": "traxxx",
|
||||||
"version": "1.47.6",
|
"version": "1.47.7",
|
||||||
"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": {
|
||||||
|
|
|
||||||
|
|
@ -650,7 +650,14 @@
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
.sites.compact[data-v-7bebaa3e]:not(.expanded) {
|
||||||
|
-webkit-box-orient: horizontal;
|
||||||
|
-webkit-box-direction: normal;
|
||||||
|
flex-direction: row;
|
||||||
|
}
|
||||||
.sites.compact:not(.expanded) .tiles[data-v-7bebaa3e] {
|
.sites.compact:not(.expanded) .tiles[data-v-7bebaa3e] {
|
||||||
|
display: -webkit-box;
|
||||||
|
display: flex;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
}
|
}
|
||||||
.sites.compact:not(.expanded) .tile[data-v-7bebaa3e] {
|
.sites.compact:not(.expanded) .tile[data-v-7bebaa3e] {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue