Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3e8666e3e1 | ||
|
|
ed9858e330 |
@@ -372,7 +372,7 @@
|
||||
"css_layers": [
|
||||
"/shared/tokens.css?v=20260820-3",
|
||||
"/shared/base.css?v=20260806-1",
|
||||
"/shared/shell.css?v=20260820-8",
|
||||
"/shared/shell.css?v=20260822-1",
|
||||
"/shared/auth.css?v=20260820-5",
|
||||
"/shared/components/controls.css?v=20260820-2",
|
||||
"/shared/components/navigation.css?v=20260820-1",
|
||||
@@ -451,8 +451,8 @@
|
||||
},
|
||||
{
|
||||
"path": "frontend/shared/shell.css",
|
||||
"bytes": 63550,
|
||||
"lines": 3757
|
||||
"bytes": 63640,
|
||||
"lines": 3761
|
||||
},
|
||||
{
|
||||
"path": "backend/features/heaven/engine.py",
|
||||
@@ -471,8 +471,8 @@
|
||||
},
|
||||
{
|
||||
"path": "frontend/pages/auction/foundation.css",
|
||||
"bytes": 35329,
|
||||
"lines": 2420
|
||||
"bytes": 35247,
|
||||
"lines": 2416
|
||||
},
|
||||
{
|
||||
"path": "database.py",
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
</script>
|
||||
<link rel="stylesheet" href="/shared/tokens.css?v=20260820-3">
|
||||
<link rel="stylesheet" href="/shared/base.css?v=20260806-1">
|
||||
<link rel="stylesheet" href="/shared/shell.css?v=20260820-8">
|
||||
<link rel="stylesheet" href="/shared/shell.css?v=20260822-1">
|
||||
<link rel="stylesheet" href="/shared/auth.css?v=20260820-5">
|
||||
<link rel="stylesheet" href="/shared/components/controls.css?v=20260820-2">
|
||||
<link rel="stylesheet" href="/shared/components/navigation.css?v=20260820-1">
|
||||
|
||||
-4
@@ -2102,10 +2102,6 @@
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
body[data-active-view="auctionView"] .overview-strip {
|
||||
flex: 0 0 auto;
|
||||
}
|
||||
|
||||
body[data-active-view="auctionView"] #auctionView.active-view {
|
||||
min-height: 0px;
|
||||
|
||||
|
||||
@@ -619,10 +619,6 @@
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
body[data-active-view="popularityView"] .overview-strip {
|
||||
flex: 0 0 auto;
|
||||
}
|
||||
|
||||
body[data-active-view="popularityView"] #popularityView.active-view {
|
||||
min-height: 0px;
|
||||
|
||||
|
||||
-4
@@ -1089,10 +1089,6 @@
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
body[data-active-view="themeLibraryView"] .overview-strip {
|
||||
flex: 0 0 auto;
|
||||
}
|
||||
|
||||
body[data-active-view="themeLibraryView"] #themeLibraryView.active-view {
|
||||
min-height: 0px;
|
||||
|
||||
|
||||
@@ -3755,3 +3755,7 @@ body.mobile-shell[data-active-view="heavenView"] .app-header .overview-strip[dat
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
body[data-active-view="heavenView"] .app-header .header-actions {
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user