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 {
|
||||
@apply text-white;
|
||||
@apply text-white bg-dark-800;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
@ -1,9 +1,5 @@
|
||||
<template>
|
||||
<nav
|
||||
class="uk-navbar uk-navbar-container uk-container-expand relative"
|
||||
:style="[{ background: backgroundColor, colour: foregroundColor }]"
|
||||
uk-navbar
|
||||
>
|
||||
<nav class="uk-navbar w-100 relative" :style="[{ background: backgroundColor, colour: foregroundColor }]" uk-navbar>
|
||||
<div class="uk-navbar-left">
|
||||
<router-link
|
||||
class="uk-navbar-item uk-logo font-bold font-2xl font-sans font-bold"
|
||||
|
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="uk-container-expand">
|
||||
<div class="w-100">
|
||||
<div
|
||||
ref="container"
|
||||
data-shaka-player-container
|
||||
|
Loading…
Reference in New Issue
Block a user