Add missing classes to darkmode, add #repo-files-table and mising tags #3

Merged
Vulpovile merged 16 commits from feature/more_support into master 2025-01-11 22:29:52 +00:00
2 changed files with 36 additions and 2 deletions
Showing only changes of commit 9ad8e653a9 - Show all commits

View File

@@ -25,6 +25,21 @@ body {
box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
}
.repository .diff-detail-box{
margin: 0;
box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
}
#diff-file-tree{
box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
background-color: var(--color-body);
z-index: 1000;
margin-right: 10px;
}
#diff-file-boxes{
margin-top: 10px;
}
.page-footer{
box-shadow: 0px -2px 5px rgba(0,0,0,0.2);
}

View File

@@ -25,6 +25,21 @@ body {
box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
}
.repository .diff-detail-box{
margin: 0;
box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
}
#diff-file-tree{
box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
background-color: var(--color-body);
z-index: 1000;
margin-right: 10px;
}
#diff-file-boxes{
margin-top: 10px;
}
.page-footer{
background: linear-gradient(#EFEFEF, #DEDEDE);
box-shadow: 0px -2px 5px rgba(0,0,0,0.2);