@ -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: "";
|
||||
|
||||
Reference in New Issue
Block a user