vrifox/gitea-theme
Archived
1
0
Fork 0
This commit is contained in:
Vrifox 2020-12-12 17:05:13 +01:00
parent 2fb5874999
commit d2817a94d6
Signed by: vrifox
GPG key ID: D40098E5B60B2197

View file

@ -1027,8 +1027,8 @@
} }
} }
} }
.warning.message { @if $nologin == true {
@if $nologin == true { .warning.message {
display: none; display: none;
} }
} }
@ -1037,6 +1037,11 @@
& { & {
.metas { .metas {
background: $bg50; background: $bg50;
@if $nojavascript {
.dropdown.icon {
display: none;
}
}
.disabled { .disabled {
&.select-label, &.select-label,
&.select-milestone, &.select-milestone,
@ -1074,8 +1079,8 @@
} }
} }
#deadline-loader { // Time Tracker #deadline-loader { // Time Tracker
.negative.message { @if $nojavascript == true {
@if $nojavascript == true { .negative.message {
display: none; display: none;
} }
} }
@ -1457,9 +1462,11 @@
.diff-detail-box { .diff-detail-box {
background: $bg50; background: $bg50;
border: 0; border: 0;
border-radius: $border-radius $border-radius 0 0;
color: $white; color: $white;
margin: 0; margin: 0;
padding: 10px; padding: 10px;
position: relative;
.button { .button {
background: $bg70; background: $bg70;
color: $white; color: $white;
@ -1535,6 +1542,7 @@
} }
.diff-file-box { .diff-file-box {
.diff-file-header { .diff-file-header {
margin: 0;
.fold-code { .fold-code {
@if $nojavascript == true { @if $nojavascript == true {
display: none; display: none;
@ -1575,6 +1583,9 @@
} }
} }
.diff-file-body { .diff-file-body {
width: 100%;
margin: 0;
max-width: 100%;
.file-body { .file-body {
table { table {
tbody { tbody {