mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-23 02:37:49 +01:00
fix css stuff
This commit is contained in:
parent
fb8b797891
commit
a43fbf5dfc
1 changed files with 7 additions and 7 deletions
|
@ -659,7 +659,7 @@ const fakeNewsSources = {
|
||||||
const normalizedQuery = q.toLowerCase().replace(/\s+/g, '');
|
const normalizedQuery = q.toLowerCase().replace(/\s+/g, '');
|
||||||
const matchedSource = Object.keys(fakeNewsSources).find(source => normalizedQuery.includes(source.toLowerCase().replace(/\s+/g, '')));
|
const matchedSource = Object.keys(fakeNewsSources).find(source => normalizedQuery.includes(source.toLowerCase().replace(/\s+/g, '')));
|
||||||
|
|
||||||
if (q.includes('-showall')) {
|
if (q.includes('-debug-news')) {
|
||||||
%>
|
%>
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
@ -720,11 +720,11 @@ if (q.includes('-showall')) {
|
||||||
}
|
}
|
||||||
|
|
||||||
.debug-title, .warning-title {
|
.debug-title, .warning-title {
|
||||||
font-family: 'PokeTube Flex', sans-serif;
|
font-family: 'PokeTube Flex';
|
||||||
font-size: 24px;
|
font-size: large;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-weight: bold;
|
font-stretch: ultra-expanded;
|
||||||
color: #fff;
|
font-weight: 1000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.debug-icon, .warning-icon {
|
.debug-icon, .warning-icon {
|
||||||
|
@ -757,7 +757,7 @@ if (q.includes('-showall')) {
|
||||||
}
|
}
|
||||||
|
|
||||||
.tips-list {
|
.tips-list {
|
||||||
background-color: #f9f9f9;
|
background-color: #111;
|
||||||
border: 1px solid #ddd;
|
border: 1px solid #ddd;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
|
|
Loading…
Reference in a new issue