fixed borders between documents

This commit is contained in:
SethBurkart123
2023-11-05 11:58:35 +11:00
parent 37056e27e4
commit 9df621a2d8
+16 -1
View File
@@ -368,12 +368,28 @@ ol:has(.MessageList__avatar___2wxyb svg) {
.document { .document {
border-radius: 32px !important; border-radius: 32px !important;
background: var(--background-primary) !important; background: var(--background-primary) !important;
margin-bottom: 4px !important;
}
#main>.documents>.list>thead>tr>th {
border-bottom: transparent 2px solid;
}
.documents table {
border-collapse: separate;
border-spacing: 0 4px;
}
.documents > .list > tbody td {
border-bottom: unset !important;
} }
td.size { td.size {
border-top-right-radius: 8px; border-top-right-radius: 8px;
border-bottom-right-radius: 8px; border-bottom-right-radius: 8px;
color: var(--text-primary) !important;
} }
td.colourBar { td.colourBar {
border-top-left-radius: 8px; border-top-left-radius: 8px;
border-bottom-left-radius: 8px; border-bottom-left-radius: 8px;
@@ -773,7 +789,6 @@ div > ol:has(.uiFileHandlerWrapper) {
height: 15em; height: 15em;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
border-radius: 0px 0px 15px 15px;
} }
.notices-container { .notices-container {