Backed out changeset 33c08027f6aa (bug 1824826) for causing mochitests failures in test_history.html. CLOSED TREE

This commit is contained in:
Stanca Serban
2023-06-29 07:04:25 +03:00
parent 84df4ab6e2
commit f3fb3a7f56
15 changed files with 57 additions and 655 deletions

View File

@@ -113,20 +113,13 @@ class OpenTabsInView extends ViewPage {
rel="stylesheet"
href="chrome://browser/content/firefoxview/view-opentabs.css"
/>
<link
rel="stylesheet"
href="chrome://browser/content/firefoxview/firefoxview-next.css"
/>
<div class="sticky-container bottom-fade">
<h2 class="page-header" data-l10n-id="firefoxview-opentabs-header"></h2>
</div>
<div
class="${classMap({
class=${classMap({
"view-opentabs-card-container": true,
"one-column": this.windows.size <= 1,
"two-columns": this.windows.size === 2,
"three-columns": this.windows.size >= 3,
})} cards-container"
})}
>
${when(
currentWindowIndex && currentWindowTabs,