- entrypoint logic - add close button - update text and image on onboarding card - don't re-render card if user hover around different urls - use -panel-color for .og-card-title and .og-card-description - add telemetry and tests - add browser_link_preview_onboarding.js - add link-preview-card-onboarding.css - update failure message for failed test wait statement - remove alt text for onboarding image - refactor panel rendering code to initOrResetPreviewPanel - refactor _onLinkPreview() to switch between linkpreview and onboarding card directly - add openAtCurrentLocation - add telemetry tests and onboarding test - avoid adding multiple listeners - replace without hide and reopen Differential Revision: https://phabricator.services.mozilla.com/D249855
10 lines
277 B
CSS
10 lines
277 B
CSS
/**
|
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
*/
|
|
|
|
.reading-time-settings-container {
|
|
justify-content: flex-end;
|
|
}
|