]> source.dussan.org Git - gitea.git/commit
Use horizontal tabs for repo header on mobile (#19468)
authorGusted <williamzijl7@hotmail.com>
Sat, 23 Apr 2022 16:56:33 +0000 (16:56 +0000)
committerGitHub <noreply@github.com>
Sat, 23 Apr 2022 16:56:33 +0000 (18:56 +0200)
commit1f0541780538d03108fc741399480851759275bd
tree8764ccbf655a6f9631d94be94620a1e06dec32fc
parent9550e5a23e9f8581cc13f54b336307ee02d430cc
Use horizontal tabs for repo header on mobile (#19468)

* Use horizontal tabs for repo header on mobile

- The current behavior of the repo header on mobile is to display them
vertically column-by-column. I've only experience annoyance due to this
while trying to visit gitea instanced on mobile. This commit changes
this behavior to use horizontal tabs, it uses less tabs and doesn't
bloat 60% of your mobile screen with the repo headers.
- A small fix added in this commit is to give some space around the repo
buttons, current behavior is that they are too "close" to the repo
title.

* Fix lint
templates/repo/header.tmpl
web_src/less/_repository.less