Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Unified Diff: chrome/browser/resources/md_history/app.html

Issue 2268353004: MD History: fix side nav layout in RTL (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/md_history/app.vulcanized.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_history/app.html
diff --git a/chrome/browser/resources/md_history/app.html b/chrome/browser/resources/md_history/app.html
index f88cbdf77af638e6ac0e7e91498b184e076f8bc3..02f65d4d459395322678379c27e81e53766b9a47 100644
--- a/chrome/browser/resources/md_history/app.html
+++ b/chrome/browser/resources/md_history/app.html
@@ -28,7 +28,7 @@
}
/* Sizing this with flex causes slow load performance, see
- crbug.com/618153. */
+ * crbug.com/618153. TODO(dbeam): is this still an issue? */
tsergeant 2016/08/23 23:06:59 It's not, I just haven't had a chance to get back
#main-container {
height: calc(100% - var(--toolbar-height));
}
@@ -41,6 +41,10 @@
float: left;
}
+ :host-context([dir='rtl']) #content-side-bar {
+ float: right;
+ }
+
#content,
#content > * {
height: 100%;
« no previous file with comments | « no previous file | chrome/browser/resources/md_history/app.vulcanized.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698