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 {
|
||||
max-width: 80%;
|
||||
max-width: 100%;
|
||||
margin: 0 1em;
|
||||
flex-direction: column;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
@ -620,10 +621,6 @@ footer {
|
|||
|
||||
@media only screen and (max-width: 760px),
|
||||
(min-device-width: 768px) and (max-device-width: 1024px) {
|
||||
.box {
|
||||
max-width: 95%
|
||||
}
|
||||
|
||||
.edit-form {
|
||||
padding: 0.5em;
|
||||
margin: 0;
|
||||
|
|
|
@ -826,7 +826,8 @@ code {
|
|||
background: var(--color-text-watch-tag-list); }
|
||||
|
||||
.box {
|
||||
max-width: 80%;
|
||||
max-width: 100%;
|
||||
margin: 0 1em;
|
||||
flex-direction: column;
|
||||
display: flex;
|
||||
justify-content: center; }
|
||||
|
@ -1129,8 +1130,6 @@ footer {
|
|||
gap: 1em; }
|
||||
|
||||
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
|
||||
.box {
|
||||
max-width: 95%; }
|
||||
.edit-form {
|
||||
padding: 0.5em;
|
||||
margin: 0; }
|
||||
|
|
Ładowanie…
Reference in New Issue