fix
This commit is contained in:
@@ -202,12 +202,13 @@ a.view-markdown:any-link {
|
|||||||
grid-area: main;
|
grid-area: main;
|
||||||
max-width: 1000px;
|
max-width: 1000px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
/* padding: 24px; */
|
padding: 0px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 1000px) {
|
@media (max-width: 1000px) {
|
||||||
.main-content {
|
.main-content {
|
||||||
|
padding: 0px;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -262,6 +262,24 @@ body {
|
|||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.main-content {
|
||||||
|
grid-area: main;
|
||||||
|
max-width: 1000px;
|
||||||
|
margin: 0 auto;
|
||||||
|
padding: 0px;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 1000px) {
|
||||||
|
.main-content {
|
||||||
|
padding: 0px !important;
|
||||||
|
margin: 0px !important;
|
||||||
|
max-width: 100% !important;
|
||||||
|
width: 100% !important;
|
||||||
|
overflow-x: hidden !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* Bluesky Footer */
|
/* Bluesky Footer */
|
||||||
.bluesky-footer {
|
.bluesky-footer {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@@ -737,7 +755,7 @@ body {
|
|||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* OAuth app mobile fixes - prevent overflow and content issues */
|
/* OAuth app mobile fixes - prevent overflow and content issues */
|
||||||
.oauth-app-header {
|
.oauth-app-header {
|
||||||
padding: 0px !important;
|
padding: 0px !important;
|
||||||
|
Reference in New Issue
Block a user