updated search
This commit is contained in:
@@ -3419,6 +3419,30 @@
|
||||
linear-gradient(180deg, rgba(30, 27, 75, 0.22), rgba(16, 16, 24, 0.96));
|
||||
}
|
||||
|
||||
.alpha-text-reader-toggle {
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
align-items: center;
|
||||
color: #e4e4e7;
|
||||
font-size: 13px;
|
||||
line-height: 1.4;
|
||||
cursor: pointer;
|
||||
-webkit-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.alpha-text-reader-toggle input {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
margin: 0;
|
||||
accent-color: #818cf8;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.alpha-text-reader-toggle-control {
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.alpha-text-search-controls--detail {
|
||||
padding: 14px;
|
||||
border: 1px solid #2f2f39;
|
||||
@@ -3436,7 +3460,7 @@
|
||||
|
||||
.alpha-text-search-inline {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(0, 1fr) auto;
|
||||
grid-template-columns: minmax(0, 1fr) auto auto;
|
||||
gap: 8px;
|
||||
align-items: stretch;
|
||||
}
|
||||
@@ -3536,16 +3560,15 @@
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.planet-layout.alpha-text-global-search-only {
|
||||
.planet-layout.alpha-text-global-search-only.layout-sidebar-collapsed {
|
||||
grid-template-columns: minmax(0, 1fr);
|
||||
}
|
||||
|
||||
.planet-layout.alpha-text-global-search-only > .planet-list-panel,
|
||||
.planet-layout.alpha-text-global-search-only.layout-sidebar-collapsed > .planet-list-panel,
|
||||
.planet-layout.alpha-text-global-search-only > .planet-detail-panel > .alpha-text-detail-heading,
|
||||
.planet-layout.alpha-text-global-search-only .alpha-text-heading-tools,
|
||||
.planet-layout.alpha-text-global-search-only .alpha-text-controls--heading,
|
||||
.planet-layout.alpha-text-global-search-only .alpha-text-search-controls--detail,
|
||||
.planet-layout.alpha-text-global-search-only .alpha-text-search-inline {
|
||||
.planet-layout.alpha-text-global-search-only .alpha-text-search-controls--detail {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
@@ -3778,6 +3801,10 @@
|
||||
align-items: baseline;
|
||||
}
|
||||
|
||||
.alpha-text-hide-verse-heads .alpha-text-verse-head {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.alpha-text-verse-reference {
|
||||
color: #c4b5fd;
|
||||
font-size: 12px;
|
||||
|
||||
Reference in New Issue
Block a user