mirror of
https://gitea.com/gitea/theme.git
synced 2026-02-03 03:23:17 +08:00
Narrow body with and align gitea icon (#126)
As discussed in the maintainers channel. ## Screenshots    Reviewed-on: https://gitea.com/gitea/theme/pulls/126 Reviewed-by: silverwind <silverwind@noreply.gitea.io> Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: pat-s <patrick.schratz@gmail.com> Co-committed-by: pat-s <patrick.schratz@gmail.com>
This commit is contained in:
@@ -67,12 +67,13 @@ a.author {
|
||||
|
||||
.navbar .navbar-brand {
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
justify-content: flex-end;
|
||||
flex-grow: 1;
|
||||
input {
|
||||
height: 50%;
|
||||
padding: 0.3rem;
|
||||
margin-right: 0.75rem;
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -304,3 +305,18 @@ a:hover {
|
||||
border-color: #528321;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.content {
|
||||
width: 800px;
|
||||
padding-left: 0px;
|
||||
padding-right: 0px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.navbar-end {
|
||||
margin-left: inherit;
|
||||
}
|
||||
|
||||
.page .card {
|
||||
display: table;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user