Backed out changeset 33c08027f6aa (bug 1824826) for causing mochitests failures in test_history.html. CLOSED TREE
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user