Fix mobile css

This commit is contained in:
cuom1999 2023-02-14 18:05:58 -06:00
parent 426145db5e
commit f656ca69d9
4 changed files with 66 additions and 53 deletions

View file

@ -390,12 +390,6 @@ hr {
}
}
#content.wrapper {
background: white;
padding: 2em;
border-radius: 1em;
}
footer {
text-align: center;
height: 40px;
@ -564,7 +558,6 @@ noscript #noscript {
margin: 0 auto;
border-right: 1px solid $border_gray;
border-left: 1px solid $border_gray;
background: #f1f2f2;
}
// border-bottom: 1px solid rgb(204, 204, 204)
@ -601,7 +594,7 @@ math {
}
}
@media (max-width: 760px) {
@media (max-width: 799px) {
#navigation {
height: 36px;
}
@ -865,17 +858,22 @@ select {
}
}
@media (min-width: 800px) {
@media(min-width: 800px) {
.anon {
padding-right: 1em;
}
.navbar-icons {
margin-top: 6px;
}
}
@media (min-width: 800px) {
#page-container {
background: #f1f2f2;
}
#event-tab {
display: none;
}
}
#content.wrapper {
background: white;
padding: 2em;
border-radius: 1em;
}
}

View file

@ -277,4 +277,10 @@ a {
.bookmarked {
color: rgb(180, 180, 7);
}
}
@media (max-width: 799px) {
.hide_texts_on_mobile .actionbar-text {
display: none;
}
}

View file

@ -1622,10 +1622,6 @@ hr {
#content .title {
color: rgb(199, 194, 187);
}
#content.wrapper {
background-image: initial;
background-color: rgb(24, 26, 27);
}
footer {
border-top-color: rgb(62, 68, 70);
background-image: initial;
@ -1690,8 +1686,6 @@ noscript #noscript {
#page-container {
border-right-color: rgb(62, 68, 70);
border-left-color: rgb(62, 68, 70);
background-image: initial;
background-color: rgb(32, 34, 36);
}
.MathJax:focus {
outline-color: initial;
@ -1702,7 +1696,7 @@ noscript #noscript {
border-right-color: initial;
}
}
@media (max-width: 760px) {
@media (max-width: 799px) {
#navicon {
color: rgb(129, 175, 255);
}
@ -1799,6 +1793,16 @@ noscript #noscript {
.background-footer {
color: rgb(152, 143, 129);
}
@media (min-width: 800px) {
#page-container {
background-image: initial;
background-color: rgb(32, 34, 36);
}
#content.wrapper {
background-image: initial;
background-color: rgb(24, 26, 27);
}
}
.table {
background-image: initial;
background-color: rgba(0, 0, 0, 0.01);
@ -3813,9 +3817,6 @@ mjx-merror {
mjx-assistive-mml {
border-color: initial !important;
}
.recently-attempted ul {
list-style-image: initial;
}
/* Override Style */
.vimvixen-hint {