From 1574bbecb5b2856b2018d064a32d2e7f484a58b1 Mon Sep 17 00:00:00 2001 From: Anirudh Oppiliappan Date: Sat, 18 Feb 2023 14:16:43 +0530 Subject: cleaner titles by nilix --- static/style.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index e012306..2fa2e9d 100644 --- a/static/style.css +++ b/static/style.css @@ -252,17 +252,18 @@ a:hover { } .file-wrapper { + display: flex; + flex-direction: row; + grid-template-columns: 1rem minmax(0, 1fr); + gap: 1rem; + padding: 0.5rem; background: var(--light-gray); - display: table; - padding: 0.5rem - width: 100%; } .file-content { background: var(--light-gray); overflow-y: hidden; overflow-x: auto; - display: block; } .diff-type { -- cgit