mirror of
https://github.com/go-gitea/gitea
synced 2025-07-19 00:38:36 +00:00
Add RSS Feed buttons to Repo, User and Org pages (#19370)
This commit is contained in:
@@ -50,6 +50,8 @@
|
||||
overflow-wrap: anywhere;
|
||||
|
||||
.ui.header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
font-size: 36px;
|
||||
margin-bottom: 0;
|
||||
.org-visibility .label {
|
||||
|
@@ -3,12 +3,8 @@
|
||||
.user {
|
||||
&.profile {
|
||||
.ui.card {
|
||||
.header,
|
||||
.username {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.header {
|
||||
display: block;
|
||||
font-weight: 600;
|
||||
font-size: 1.3rem;
|
||||
margin-top: -.2rem;
|
||||
@@ -17,6 +13,7 @@
|
||||
|
||||
.profile-avatar-name {
|
||||
border-top: none;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.extra.content {
|
||||
|
Reference in New Issue
Block a user