typos and shiet
This commit is contained in:
parent
fa27248eb0
commit
aa444961f8
|
@ -21,7 +21,7 @@ body {
|
|||
}
|
||||
|
||||
/* */
|
||||
/* Set the colors of the buttons. We should probably look uo the new variable instead but feeling lazy, might do it later */
|
||||
/* Set the colors of the buttons. We should probably look up the new variable instead but feeling lazy, might do it later */
|
||||
/* */
|
||||
.primary-button:hover {
|
||||
color: var(--on-primary);
|
||||
|
@ -37,7 +37,7 @@ body {
|
|||
}
|
||||
|
||||
/* */
|
||||
/* add blured backdrop effect to the header and make it transparent so we can see the effect */
|
||||
/* Add blured backdrop effect to the header and make it transparent so we can see the effect, so demure */
|
||||
/* */
|
||||
header.root-header {
|
||||
background-color: hsla(0, 14.3%, 6.9%, 0.25) !important;
|
||||
|
@ -49,7 +49,7 @@ header > my-header > div.root {
|
|||
}
|
||||
|
||||
/* */
|
||||
/* Align the meny and the header of channels */
|
||||
/* Align the menu and the header of channels and make it even with the vertical gap */
|
||||
/* */
|
||||
.menu-container,
|
||||
.main-row {
|
||||
|
@ -77,7 +77,7 @@ my-video-views-counter {
|
|||
display: none;
|
||||
}
|
||||
/* */
|
||||
/* Might not for users of peertube-plugin label-pur. If you CAN, you SHOULD enable redundancy. It's the right thing to do! PeerTube operators unite! (https://framagit.org/rigelk/peertube-plugin-label-pur) */
|
||||
/* For users of peertube-plugin label-pur. If you CAN, you SHOULD enable redundancy. It's the right thing to do! PeerTube operators unite! (https://framagit.org/rigelk/peertube-plugin-label-pur) */
|
||||
/* */
|
||||
|
||||
#label-pur {
|
||||
|
@ -85,14 +85,14 @@ my-video-views-counter {
|
|||
}
|
||||
|
||||
/* */
|
||||
/* Match the PUR card to the rest of the jazzband */
|
||||
/* Match the PUR card outfit to the rest of the jazzband */
|
||||
/* */
|
||||
.flip-card-back {
|
||||
background: --var(--mainHoverColor);
|
||||
}
|
||||
|
||||
/* */
|
||||
/* What do we want? Rounded corners!! When do we want them? NOW! */
|
||||
/* What do we want? Rounded corners on channel containers!! When do we want them? NOW! */
|
||||
/* */
|
||||
.channel {
|
||||
border-radius: 5px;
|
||||
|
|
Loading…
Reference in a new issue