UI - Don't restrict page content box to 80% width (#3251)

This commit is contained in:
Denilson Sá Maia
2025-06-11 08:51:54 +02:00
committed by GitHub
parent abac660bac
commit c0c2898b91
2 changed files with 4 additions and 8 deletions
@@ -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;
+2 -3
View File
@@ -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; }