mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 12:38: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 {
|
||||
background: #0009;
|
||||
border-radius: 16px;
|
||||
padding: 4px;
|
||||
border-style: none;
|
||||
|
@ -184,7 +183,7 @@ a {
|
|||
grid-area: buttons;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
column-gap: 8px;
|
||||
column-gap: 3px;
|
||||
height: min-content;
|
||||
width: fit-content;
|
||||
text-align: right;
|
||||
|
@ -257,3 +256,26 @@ a {
|
|||
word-break: break-all;
|
||||
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