fix mobile stuff

This commit is contained in:
Ashley 2022-12-09 21:53:28 +00:00
parent a140949e0f
commit 6713880f60

View file

@ -254,7 +254,7 @@ body {
} }
.new-button { .new-button {
background: #333; background: #0009;
border-radius: 2em; border-radius: 2em;
padding-right: 1em; padding-right: 1em;
display: flex; display: flex;
@ -362,7 +362,7 @@ body {
:root { :root {
--text-primary: #fff; --text-primary: #fff;
--text-secondary: #fff; --text-secondary: #fff;
--text-link: #3ea6ff; --text-link: #0ab7f0;
--app-background: #0a0101; --app-background: #0a0101;
--context-menu-background: #333; --context-menu-background: #333;
@ -513,7 +513,7 @@ body {
} }
#desc-container { #desc-container {
position: absolute; position: absolute;
margin-top: -20.4em; margin-top: -19.4em;
left: 0; left: 0;
width: 100%; width: 100%;
height: 100%; height: 100%;
@ -628,7 +628,7 @@ body {
} }
#comments-container { #comments-container {
position: absolute; position: absolute;
margin-top: -20.4em; margin-top: -19.4em;
left: 0; left: 0;
width: 100%; width: 100%;
height: 100%; height: 100%;
@ -765,7 +765,7 @@ body {
} }
#more-button-container { #more-button-container {
position: absolute; position: absolute;
margin-top: -20.4em; margin-top: -19.4em;
left: 0; left: 0;
width: 100%; width: 100%;
height: 100%; height: 100%;
@ -2036,19 +2036,11 @@ h3 {
font-stretch: ultra-expanded !important; font-stretch: ultra-expanded !important;
} }
:visited {
color: var(--text-link-visited) !important;
}
a {
color: var(--text-link) !important;
}
:root { :root {
/* text */ /* text */
--text-link: #0ab7f0; --text-link: #0ab7f0 !important;
--text-link-visited: #00c0ff; --text-link-visited: #00c0ff;
--text-color: #ffffff; --text-color: #ffffff;
--text-font-primary: "PokeTube Flex"; --text-font-primary: "PokeTube Flex";