mobile_torrent_details #4
File diff suppressed because one or more lines are too long
@@ -4764,7 +4764,7 @@ body,
|
|||||||
display: flex;
|
display: flex;
|
||||||
gap: 0.4rem;
|
gap: 0.4rem;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
margin-bottom: 0.65rem;
|
margin: 0 0 0.65rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mobile-details-section h6 small {
|
.mobile-details-section h6 small {
|
||||||
@@ -4773,6 +4773,35 @@ body,
|
|||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mobile-details-collapsible > summary {
|
||||||
|
cursor: pointer;
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mobile-details-collapsible > summary::-webkit-details-marker {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mobile-details-collapsible > summary h6 {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mobile-details-collapsible[open] > summary h6 {
|
||||||
|
margin-bottom: 0.65rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mobile-details-collapsible > summary h6::after {
|
||||||
|
color: var(--bs-secondary-color);
|
||||||
|
content: '\f107';
|
||||||
|
font-family: 'Font Awesome 6 Free';
|
||||||
|
font-weight: 900;
|
||||||
|
margin-left: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mobile-details-collapsible[open] > summary h6::after {
|
||||||
|
content: '\f106';
|
||||||
|
}
|
||||||
|
|
||||||
.mobile-details-list {
|
.mobile-details-list {
|
||||||
display: grid;
|
display: grid;
|
||||||
gap: 0.45rem;
|
gap: 0.45rem;
|
||||||
@@ -4819,6 +4848,82 @@ body,
|
|||||||
overflow-wrap: anywhere;
|
overflow-wrap: anywhere;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mobile-details-peers-table {
|
||||||
|
margin-bottom: 0;
|
||||||
|
min-width: 720px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mobile-details-file-tree,
|
||||||
|
.mobile-details-file-tree ul {
|
||||||
|
display: grid;
|
||||||
|
gap: 0.4rem;
|
||||||
|
list-style: none;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mobile-details-file-tree ul {
|
||||||
|
margin-top: 0.4rem;
|
||||||
|
padding-left: 0.8rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mobile-details-folder-node summary,
|
||||||
|
.mobile-details-file-node {
|
||||||
|
background: rgba(var(--bs-body-bg-rgb), 0.65);
|
||||||
|
border: 1px solid var(--bs-border-color);
|
||||||
|
border-radius: 0.65rem;
|
||||||
|
padding: 0.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mobile-details-folder-node summary {
|
||||||
|
align-items: center;
|
||||||
|
cursor: pointer;
|
||||||
|
display: flex;
|
||||||
|
gap: 0.45rem;
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mobile-details-folder-node summary::-webkit-details-marker {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mobile-details-folder-node summary::after {
|
||||||
|
color: var(--bs-secondary-color);
|
||||||
|
content: '\f107';
|
||||||
|
font-family: 'Font Awesome 6 Free';
|
||||||
|
font-weight: 900;
|
||||||
|
margin-left: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mobile-details-folder-node details[open] > summary::after {
|
||||||
|
content: '\f106';
|
||||||
|
}
|
||||||
|
|
||||||
|
.mobile-details-file-node {
|
||||||
|
display: grid;
|
||||||
|
gap: 0.35rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mobile-details-file-main {
|
||||||
|
align-items: center;
|
||||||
|
display: flex;
|
||||||
|
gap: 0.45rem;
|
||||||
|
min-width: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mobile-details-file-main span {
|
||||||
|
overflow-wrap: anywhere;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mobile-details-file-actions {
|
||||||
|
display: flex;
|
||||||
|
gap: 0.35rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mobile-details-file-node small {
|
||||||
|
color: var(--bs-secondary-color);
|
||||||
|
}
|
||||||
|
|
||||||
.mobile-details-empty,
|
.mobile-details-empty,
|
||||||
.mobile-details-message {
|
.mobile-details-message {
|
||||||
color: var(--bs-secondary-color);
|
color: var(--bs-secondary-color);
|
||||||
|
|||||||
Reference in New Issue
Block a user