Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
19c08360ca | ||
|
|
ed9858e330 |
@@ -471,8 +471,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "frontend/pages/auction/foundation.css",
|
"path": "frontend/pages/auction/foundation.css",
|
||||||
"bytes": 35329,
|
"bytes": 35247,
|
||||||
"lines": 2420
|
"lines": 2416
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "database.py",
|
"path": "database.py",
|
||||||
|
|||||||
-4
@@ -2102,10 +2102,6 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
body[data-active-view="auctionView"] .overview-strip {
|
|
||||||
flex: 0 0 auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
body[data-active-view="auctionView"] #auctionView.active-view {
|
body[data-active-view="auctionView"] #auctionView.active-view {
|
||||||
min-height: 0px;
|
min-height: 0px;
|
||||||
|
|
||||||
|
|||||||
-12
@@ -1,17 +1,5 @@
|
|||||||
/* Canonical CSS owner: mentor. Historical layers consolidated 2026-08-02. */
|
/* Canonical CSS owner: mentor. Historical layers consolidated 2026-08-02. */
|
||||||
|
|
||||||
body[data-active-view="mentorView"] .app-page-context {
|
|
||||||
max-width: 560px;
|
|
||||||
min-width: 180px;
|
|
||||||
overflow: visible;
|
|
||||||
}
|
|
||||||
|
|
||||||
body[data-active-view="mentorView"] .app-page-context span {
|
|
||||||
overflow: visible;
|
|
||||||
white-space: normal;
|
|
||||||
text-overflow: unset;
|
|
||||||
}
|
|
||||||
|
|
||||||
#mentorView.workspace-view {
|
#mentorView.workspace-view {
|
||||||
--qp-bg-header: #F5F6F7;
|
--qp-bg-header: #F5F6F7;
|
||||||
--qp-bg-sidebar: #FFFFFF;
|
--qp-bg-sidebar: #FFFFFF;
|
||||||
|
|||||||
@@ -619,10 +619,6 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
body[data-active-view="popularityView"] .overview-strip {
|
|
||||||
flex: 0 0 auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
body[data-active-view="popularityView"] #popularityView.active-view {
|
body[data-active-view="popularityView"] #popularityView.active-view {
|
||||||
min-height: 0px;
|
min-height: 0px;
|
||||||
|
|
||||||
|
|||||||
-4
@@ -1089,10 +1089,6 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
body[data-active-view="themeLibraryView"] .overview-strip {
|
|
||||||
flex: 0 0 auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
body[data-active-view="themeLibraryView"] #themeLibraryView.active-view {
|
body[data-active-view="themeLibraryView"] #themeLibraryView.active-view {
|
||||||
min-height: 0px;
|
min-height: 0px;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user