mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-25 19:13:54 +00:00
Add hidden title
This commit is contained in:
parent
7825367fa4
commit
3d1335868e
2 changed files with 12 additions and 3 deletions
12
src/App.css
12
src/App.css
|
|
@ -63,8 +63,16 @@ button {
|
|||
align-items: center;
|
||||
}
|
||||
|
||||
#search h1 {
|
||||
margin: 0 20px 0 15px;
|
||||
#search h1 #logo {
|
||||
margin: 0 10px 0 15px;
|
||||
}
|
||||
|
||||
#search h1 .name {
|
||||
margin: 0 30px 0 0px;
|
||||
color: white;
|
||||
font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir,
|
||||
helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
|
||||
display: none; /* I'm not yet happy with how this looks */
|
||||
}
|
||||
|
||||
#search input {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue