mirror of https://github.com/zlatinb/muwire
fix hover menu in files table, break small x-display size
parent
9a6a1c8371
commit
2aea965d72
|
@ -137,6 +137,7 @@ div#filesTable table thead th:nth-child(2) {
|
||||||
}
|
}
|
||||||
div#filesTable table tbody td:nth-child(1) {
|
div#filesTable table tbody td:nth-child(1) {
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
overflow: auto;
|
||||||
}
|
}
|
||||||
div#filesTable table tbody td:nth-child(2) {
|
div#filesTable table tbody td:nth-child(2) {
|
||||||
padding-right: 25px;
|
padding-right: 25px;
|
||||||
|
@ -533,7 +534,7 @@ li.fileTree {
|
||||||
display: none;
|
display: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index:1;
|
z-index:1;
|
||||||
background: white;
|
background: #f5f5f5;
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
width: max-content;
|
width: max-content;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue