mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-10 10:18:23 +00:00
Migrate more classes.
This commit is contained in:
parent
871447050c
commit
5b59c54904
@ -121,7 +121,7 @@ b {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.dark {
|
.dark {
|
||||||
@apply text-white;
|
@apply text-white bg-dark-800;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
@ -1,9 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<nav
|
<nav class="uk-navbar w-100 relative" :style="[{ background: backgroundColor, colour: foregroundColor }]" uk-navbar>
|
||||||
class="uk-navbar uk-navbar-container uk-container-expand relative"
|
|
||||||
:style="[{ background: backgroundColor, colour: foregroundColor }]"
|
|
||||||
uk-navbar
|
|
||||||
>
|
|
||||||
<div class="uk-navbar-left">
|
<div class="uk-navbar-left">
|
||||||
<router-link
|
<router-link
|
||||||
class="uk-navbar-item uk-logo font-bold font-2xl font-sans font-bold"
|
class="uk-navbar-item uk-logo font-bold font-2xl font-sans font-bold"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="uk-container-expand">
|
<div class="w-100">
|
||||||
<div
|
<div
|
||||||
ref="container"
|
ref="container"
|
||||||
data-shaka-player-container
|
data-shaka-player-container
|
||||||
|
Loading…
Reference in New Issue
Block a user