diff options
author | Anirudh Oppiliappan <x@icyphox.sh> | 2023-02-18 14:16:43 +0530 |
---|---|---|
committer | Anirudh Oppiliappan <x@icyphox.sh> | 2023-02-18 14:17:47 +0530 |
commit | 1574bbecb5b2856b2018d064a32d2e7f484a58b1 (patch) | |
tree | 0d951885ad44a3df2d0ebeaf99eac2c47ca72c04 /static/style.css | |
parent | d5a33e9150da61d95ad3ae06f6754a6dd101124a (diff) | |
download | legit-1574bbecb5b2856b2018d064a32d2e7f484a58b1.tar.gz legit-1574bbecb5b2856b2018d064a32d2e7f484a58b1.tar.bz2 legit-1574bbecb5b2856b2018d064a32d2e7f484a58b1.zip |
cleaner titles
by nilix
Diffstat (limited to '')
-rw-r--r-- | static/style.css | 9 |
1 files changed, 5 insertions, 4 deletions
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 { |