Rewrite detail view copy for beginners, add tab transitions and lightbox fixes
This commit is contained in:
@@ -221,3 +221,22 @@ button.flat:not(.pill):not(.suggested-action):not(.destructive-action) {
|
||||
min-width: 24px;
|
||||
min-height: 24px;
|
||||
}
|
||||
|
||||
/* ===== Screenshot Lightbox ===== */
|
||||
window.lightbox {
|
||||
background-color: rgba(0, 0, 0, 0.92);
|
||||
border-radius: 12px;
|
||||
}
|
||||
|
||||
window.lightbox .lightbox-counter {
|
||||
background: rgba(0, 0, 0, 0.6);
|
||||
color: white;
|
||||
border-radius: 12px;
|
||||
padding: 4px 12px;
|
||||
font-size: 0.85em;
|
||||
}
|
||||
|
||||
window.lightbox .lightbox-nav {
|
||||
min-width: 48px;
|
||||
min-height: 48px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user