fixed rendering of podcast section on admin/home for both desktop and mobile
This commit is contained in:
@@ -57,6 +57,10 @@ input[type="password"] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
input[type="submit"] {
|
||||
width: fit-content;
|
||||
}
|
||||
|
||||
form.block {
|
||||
max-width: var(--width-form);
|
||||
margin-left: auto;
|
||||
@@ -155,6 +159,10 @@ a:hover {
|
||||
color: #444;
|
||||
}
|
||||
|
||||
.text-full {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.block-right > * {
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user