Add Jisho.org functionality to front-end
This commit is contained in:
parent
eb002c63e1
commit
6a968bfd51
3 changed files with 36 additions and 5 deletions
|
@ -34,13 +34,15 @@ div#shiritori {
|
|||
overflow-y: scroll;
|
||||
text-align: center;
|
||||
}
|
||||
div#shiritori, input#shiritori-input {
|
||||
padding: 0.25em;
|
||||
div#shiritori, input#shiritori-input, #split > :last-child {
|
||||
background: rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid;
|
||||
border-radius: 4px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
div#shiritori, input#shiritori-input {
|
||||
padding: 0.25em;
|
||||
}
|
||||
input {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
@ -63,3 +65,17 @@ div#shiritori {
|
|||
p#shiritori-players {
|
||||
text-align: center;
|
||||
}
|
||||
#split {
|
||||
display: flex;
|
||||
gap: 1em;
|
||||
flex-direction: row;
|
||||
}
|
||||
#split > * {
|
||||
width: 16em;
|
||||
}
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover {
|
||||
border-bottom: 2px solid;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue