Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
baa2ec87a5 | ||
|
|
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;
|
||||||
|
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|
||||||
|
|||||||
+25
-5
@@ -948,13 +948,33 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.redesigned-page-head #sentimentExportButton {
|
.redesigned-page-head #sentimentExportButton {
|
||||||
min-height: 28px;
|
min-height: 32px;
|
||||||
|
|
||||||
height: 28px;
|
height: 32px;
|
||||||
|
|
||||||
padding: 0px 11px;
|
padding: 0px 12px;
|
||||||
|
|
||||||
|
border: 1px solid var(--border-strong);
|
||||||
|
|
||||||
|
border-radius: 8px;
|
||||||
|
|
||||||
|
background: var(--surface);
|
||||||
|
|
||||||
|
color: var(--text-primary);
|
||||||
|
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
|
||||||
|
font-weight: 500;
|
||||||
|
}
|
||||||
|
|
||||||
|
.redesigned-page-head #sentimentExportButton:hover {
|
||||||
|
border-color: var(--r2-blue-line);
|
||||||
|
|
||||||
|
color: var(--r2-blue);
|
||||||
|
}
|
||||||
|
|
||||||
|
#sentimentCycleView .sentiment-cycle-toolbar .toolbar-controls {
|
||||||
|
gap: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.redesigned-card-head .sentiment-auto-tag,
|
.redesigned-card-head .sentiment-auto-tag,
|
||||||
@@ -1598,7 +1618,7 @@
|
|||||||
background: var(--surface);
|
background: var(--surface);
|
||||||
}
|
}
|
||||||
|
|
||||||
:root[data-theme="dark"] :is(.sentiment-cycle-toolbar, .tbl-tools) {
|
:root[data-theme="dark"] .tbl-tools {
|
||||||
border-color: var(--line-soft);
|
border-color: var(--line-soft);
|
||||||
|
|
||||||
background: var(--surface);
|
background: var(--surface);
|
||||||
@@ -1612,7 +1632,7 @@
|
|||||||
color: var(--warning-color);
|
color: var(--warning-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
:root[data-theme="dark"] #sentimentCycleView :is(.sentiment-current-tag, .sentiment-auto-tag, .sentiment-detail-toolbar, .section-toolbar) {
|
:root[data-theme="dark"] #sentimentCycleView :is(.sentiment-current-tag, .sentiment-auto-tag, .sentiment-detail-toolbar) {
|
||||||
border-color: var(--border);
|
border-color: var(--border);
|
||||||
|
|
||||||
background: var(--surface-muted);
|
background: var(--surface-muted);
|
||||||
|
|||||||
-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