update lots of reader fixes
This commit is contained in:
@@ -5902,6 +5902,60 @@
|
||||
font-size: 26px;
|
||||
}
|
||||
|
||||
.alpha-text-settings-popover {
|
||||
position: absolute;
|
||||
top: 100%;
|
||||
right: 0;
|
||||
z-index: 100;
|
||||
min-width: 280px;
|
||||
max-width: 380px;
|
||||
margin-top: 6px;
|
||||
}
|
||||
|
||||
.alpha-text-settings-popover[hidden] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.alpha-text-settings-popover-inner {
|
||||
background: #1a1a26;
|
||||
border: 1px solid #3f3f46;
|
||||
border-radius: 10px;
|
||||
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.alpha-text-settings-popover-head {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
padding: 10px 14px;
|
||||
border-bottom: 1px solid #27272a;
|
||||
color: #e4e4e7;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.alpha-text-settings-close {
|
||||
background: none;
|
||||
border: none;
|
||||
color: #a1a1aa;
|
||||
font-size: 18px;
|
||||
cursor: pointer;
|
||||
padding: 2px 6px;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.alpha-text-settings-close:hover {
|
||||
color: #e4e4e7;
|
||||
}
|
||||
|
||||
.alpha-text-settings-popover .alpha-text-reader-toggle-list {
|
||||
padding: 10px 14px;
|
||||
}
|
||||
|
||||
.alpha-text-settings-popover .alpha-text-reader-toggle {
|
||||
padding: 4px 0;
|
||||
}
|
||||
|
||||
.alpha-text-search-controls--detail {
|
||||
padding: 14px;
|
||||
border: 1px solid #2f2f39;
|
||||
@@ -6032,6 +6086,20 @@
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.planet-layout.alpha-text-global-search-only > .planet-detail-panel {
|
||||
display: grid !important;
|
||||
grid-template-rows: 1fr !important;
|
||||
min-height: 0 !important;
|
||||
overflow: auto !important;
|
||||
}
|
||||
|
||||
.planet-layout.alpha-text-global-search-only .alpha-text-detail-body {
|
||||
display: block !important;
|
||||
min-height: 120px !important;
|
||||
visibility: visible !important;
|
||||
opacity: 1 !important;
|
||||
}
|
||||
|
||||
@media (max-width: 1040px) {
|
||||
.alpha-text-heading-tools {
|
||||
grid-template-columns: 1fr;
|
||||
@@ -6257,6 +6325,25 @@
|
||||
box-shadow: inset 0 0 0 1px rgba(165, 180, 252, 0.22);
|
||||
}
|
||||
|
||||
.alpha-text-verse.is-highlighted-fresh {
|
||||
animation: alpha-text-verse-pulse 2.5s ease-out;
|
||||
}
|
||||
|
||||
@keyframes alpha-text-verse-pulse {
|
||||
0% {
|
||||
background: rgba(99, 102, 241, 0.35);
|
||||
box-shadow: inset 0 0 0 2px rgba(165, 180, 252, 0.5), 0 0 24px rgba(99, 102, 241, 0.3);
|
||||
}
|
||||
60% {
|
||||
background: rgba(99, 102, 241, 0.2);
|
||||
box-shadow: inset 0 0 0 1px rgba(165, 180, 252, 0.3), 0 0 8px rgba(99, 102, 241, 0.1);
|
||||
}
|
||||
100% {
|
||||
background: rgba(67, 56, 202, 0.18);
|
||||
box-shadow: inset 0 0 0 1px rgba(165, 180, 252, 0.22);
|
||||
}
|
||||
}
|
||||
|
||||
.alpha-text-verse:first-child {
|
||||
border-top: none;
|
||||
padding-top: 0;
|
||||
|
||||
Reference in New Issue
Block a user