Fixed issue #26 & Repo files row hover color
This commit is contained in:
Freeplay
2022-04-02 20:23:58 -04:00
parent e95ecaa113
commit 9a7797a211
4 changed files with 37 additions and 2932 deletions

View File

@ -1,7 +1,8 @@
// main: theme-gitea-modern.user.styl, out: theme-gitea-modern.css, compress: true
/* Update 1.0.15
- Minor Fixes
/* Update 1.0.16
- Fixed issue #26
- Fixed repo files hover rows color thingy thing
*/
:root {
@ -1129,7 +1130,8 @@ html {
position: relative;
width: 100%;
display: flex !important;
align-items: center;
align-items: stretch;
background: none !important;
td:first-child {
width: 250px;
max-width: 50%;
@ -1139,6 +1141,11 @@ html {
max-width: unset;
flex-grow: 1;
}
td {
display: flex !important;
align-items: center;
justify-content: flex-end;
}
}
td::before {
content: "";