mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 12:18:26 +01:00
new layout!!!!!!!!!!
This commit is contained in:
parent
9ee568a54f
commit
10d15e6aed
1 changed files with 24 additions and 2 deletions
|
@ -176,7 +176,6 @@ a {
|
||||||
}
|
}
|
||||||
|
|
||||||
.video-info-buttons.pill {
|
.video-info-buttons.pill {
|
||||||
background: #0009;
|
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
border-style: none;
|
border-style: none;
|
||||||
|
@ -184,7 +183,7 @@ a {
|
||||||
grid-area: buttons;
|
grid-area: buttons;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
column-gap: 8px;
|
column-gap: 3px;
|
||||||
height: min-content;
|
height: min-content;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
@ -257,3 +256,26 @@ a {
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.new-button {
|
||||||
|
background: #0009;
|
||||||
|
border-radius: 2em;
|
||||||
|
padding-right: 1em;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
align-content: center;
|
||||||
|
align-self: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.pill-button {
|
||||||
|
margin-left: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vertical {
|
||||||
|
border-left: 1px solid gray;
|
||||||
|
height: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue