mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 13:28:28 +01:00
fix somethin lel
This commit is contained in:
parent
efbb16093a
commit
5ea6a7cdb8
1 changed files with 3 additions and 4 deletions
|
@ -56,6 +56,7 @@ summary {
|
||||||
summary:hover {
|
summary:hover {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
:visited {
|
:visited {
|
||||||
color: var(--text-link-visited);
|
color: var(--text-link-visited);
|
||||||
}
|
}
|
||||||
|
@ -212,7 +213,6 @@ a {
|
||||||
column-gap: 3px;
|
column-gap: 3px;
|
||||||
height: min-content;
|
height: min-content;
|
||||||
width: -moz-fit-content;
|
width: -moz-fit-content;
|
||||||
|
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
|
@ -320,6 +320,7 @@ a {
|
||||||
|
|
||||||
.video-player-container {
|
.video-player-container {
|
||||||
margin: inherit;
|
margin: inherit;
|
||||||
|
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
min-width: 100%;
|
min-width: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -328,8 +329,6 @@ a {
|
||||||
|
|
||||||
.watch-page {
|
.watch-page {
|
||||||
display: flex;
|
display: flex;
|
||||||
/* grid-template-columns: repeat(2, auto); */
|
|
||||||
|
|
||||||
gap: var(--gutter);
|
gap: var(--gutter);
|
||||||
margin-inline: var(--gutter);
|
margin-inline: var(--gutter);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue