fixed profile card for gitea 1.14
This commit is contained in:
parent
232cefc477
commit
ece82fb248
1 changed files with 3 additions and 4 deletions
|
@ -7,8 +7,7 @@
|
||||||
.five.column {
|
.five.column {
|
||||||
.card {
|
.card {
|
||||||
background: $bg50;
|
background: $bg50;
|
||||||
box-shadow: none;
|
border: none;
|
||||||
color: $white;
|
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 20px;
|
top: 20px;
|
||||||
.content {
|
.content {
|
||||||
|
@ -17,9 +16,9 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.extra.content {
|
.extra.content {
|
||||||
ul.text.black {
|
ul {
|
||||||
color: $white;
|
|
||||||
li {
|
li {
|
||||||
|
color: $white;
|
||||||
@if $nojavascript == true {
|
@if $nojavascript == true {
|
||||||
padding: 10px 20px;
|
padding: 10px 20px;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue