File explorer CSS, avoid modified/size being cut

This commit is contained in:
Leo Vasanko
2023-11-18 07:32:40 -08:00
parent de482afd60
commit ba9495eb65
3 changed files with 23 additions and 17 deletions

View File

@@ -92,7 +92,7 @@
nav,
.menu,
.rename-button {
display: none;
display: none !important;
}
.breadcrumb > a {
color: black !important;
@@ -113,6 +113,7 @@
padding-bottom: 0 !important;
}
thead tr {
font-size: 1rem !important;
position: static !important;
background: none !important;
border-bottom: 1pt solid black !important;