mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 12:38:26 +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 {
|
||||
color: white;
|
||||
}
|
||||
|
||||
:visited {
|
||||
color: var(--text-link-visited);
|
||||
}
|
||||
|
@ -212,7 +213,6 @@ a {
|
|||
column-gap: 3px;
|
||||
height: min-content;
|
||||
width: -moz-fit-content;
|
||||
|
||||
width: fit-content;
|
||||
text-align: right;
|
||||
margin-left: auto;
|
||||
|
@ -320,6 +320,7 @@ a {
|
|||
|
||||
.video-player-container {
|
||||
margin: inherit;
|
||||
|
||||
max-width: 100%;
|
||||
min-width: 100%;
|
||||
width: 100%;
|
||||
|
@ -328,8 +329,6 @@ a {
|
|||
|
||||
.watch-page {
|
||||
display: flex;
|
||||
/* grid-template-columns: repeat(2, auto); */
|
||||
|
||||
gap: var(--gutter);
|
||||
margin-inline: var(--gutter);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue