Compare commits
No commits in common. "2f4a227437435a8c1e3c0f82cedb2183a8ffa4d1" and "258a9141f0775bb8aaaefcbfc96e60c4d3cffffd" have entirely different histories.
2f4a227437
...
258a9141f0
|
|
@ -52,10 +52,7 @@ 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.7",
|
"version": "1.47.6",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "traxxx",
|
"name": "traxxx",
|
||||||
"version": "1.47.7",
|
"version": "1.47.6",
|
||||||
"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,19 +650,12 @@
|
||||||
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;
|
overflow-x: auto;
|
||||||
display: flex;
|
|
||||||
overflow-x: auto;
|
|
||||||
}
|
}
|
||||||
.sites.compact:not(.expanded) .tile[data-v-7bebaa3e] {
|
.sites.compact:not(.expanded) .tile[data-v-7bebaa3e] {
|
||||||
width: 15rem;
|
width: 15rem;
|
||||||
margin: 0 1rem 0 0;
|
margin: 0 1rem 0 0;
|
||||||
}
|
}
|
||||||
.sites.expanded .tiles[data-v-7bebaa3e] {
|
.sites.expanded .tiles[data-v-7bebaa3e] {
|
||||||
grid-template-columns: repeat(2, 0.5fr);
|
grid-template-columns: repeat(2, 0.5fr);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue