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

3248-container-ipv6
Denilson Sá Maia 2025-06-11 08:51:54 +02:00 zatwierdzone przez GitHub
rodzic abac660bac
commit c0c2898b91
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
2 zmienionych plików z 4 dodań i 8 usunięć

Wyświetl plik

@ -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;

Wyświetl plik

@ -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; }