Add url field to subscription

This commit is contained in:
ellite
2023-12-08 22:33:24 +01:00
parent 2d7fb4bb6d
commit f4da6b735e
10 changed files with 48 additions and 4 deletions
+10
View File
@@ -283,6 +283,12 @@ main > .contain {
flex-basis: 33%;
}
.subscription-secondary > .url {
flex-basis: 20px;
margin-left: auto;
cursor: pointer;
}
@media (max-width: 768px) {
.subscription-main > .name {
display: none;
@@ -308,6 +314,10 @@ main > .contain {
margin-right: 10px;
}
.subscription-secondary .url img {
margin-right: 0px;;
}
.empty-page {
display: block;
max-width: 90%;