mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 12:18:26 +01:00
text-align:center;
This commit is contained in:
parent
c4c1572238
commit
3e277497b7
1 changed files with 4 additions and 1 deletions
|
@ -117,6 +117,7 @@
|
||||||
<link href=/css/app.main.css rel=stylesheet>
|
<link href=/css/app.main.css rel=stylesheet>
|
||||||
<link href="/css/watch.main.css?v=56" rel=stylesheet>
|
<link href="/css/watch.main.css?v=56" rel=stylesheet>
|
||||||
<link href="/css/watch-util.css" rel=stylesheet>
|
<link href="/css/watch-util.css" rel=stylesheet>
|
||||||
|
|
||||||
<link href="https://fonts.poketube.fun/css/fonts.css" rel=stylesheet>
|
<link href="https://fonts.poketube.fun/css/fonts.css" rel=stylesheet>
|
||||||
|
|
||||||
<!-- NEW NAVBAR -->
|
<!-- NEW NAVBAR -->
|
||||||
|
@ -214,6 +215,9 @@
|
||||||
justify-content:center;
|
justify-content:center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.channel-info{
|
||||||
|
text-align:center;
|
||||||
|
}
|
||||||
.sticky-top {
|
.sticky-top {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
|
@ -281,7 +285,6 @@
|
||||||
<link href=https://site-assets.fontawesome.com/releases/v6.1.1/css/all.css rel=stylesheet>
|
<link href=https://site-assets.fontawesome.com/releases/v6.1.1/css/all.css rel=stylesheet>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="app">
|
|
||||||
|
|
||||||
<% if (!isMobile) { %>
|
<% if (!isMobile) { %>
|
||||||
<nav>
|
<nav>
|
||||||
|
|
Loading…
Reference in a new issue