kopia lustrzana https://github.com/dgtlmoon/changedetection.io
UI - Don't restrict page content box to 80% width (#3251)
rodzic
abac660bac
commit
c0c2898b91
|
@ -185,7 +185,8 @@ code {
|
||||||
}
|
}
|
||||||
|
|
||||||
.box {
|
.box {
|
||||||
max-width: 80%;
|
max-width: 100%;
|
||||||
|
margin: 0 1em;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
@ -620,10 +621,6 @@ footer {
|
||||||
|
|
||||||
@media only screen and (max-width: 760px),
|
@media only screen and (max-width: 760px),
|
||||||
(min-device-width: 768px) and (max-device-width: 1024px) {
|
(min-device-width: 768px) and (max-device-width: 1024px) {
|
||||||
.box {
|
|
||||||
max-width: 95%
|
|
||||||
}
|
|
||||||
|
|
||||||
.edit-form {
|
.edit-form {
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
|
@ -826,7 +826,8 @@ code {
|
||||||
background: var(--color-text-watch-tag-list); }
|
background: var(--color-text-watch-tag-list); }
|
||||||
|
|
||||||
.box {
|
.box {
|
||||||
max-width: 80%;
|
max-width: 100%;
|
||||||
|
margin: 0 1em;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center; }
|
justify-content: center; }
|
||||||
|
@ -1129,8 +1130,6 @@ footer {
|
||||||
gap: 1em; }
|
gap: 1em; }
|
||||||
|
|
||||||
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
|
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
|
||||||
.box {
|
|
||||||
max-width: 95%; }
|
|
||||||
.edit-form {
|
.edit-form {
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
margin: 0; }
|
margin: 0; }
|
||||||
|
|
Ładowanie…
Reference in New Issue