Add Example Buttons and Tweak Placeholders

This commit is contained in:
Leo Herzog
2020-11-13 14:22:20 -05:00
parent f3f9d8bab9
commit 4efac83d39
8 changed files with 202 additions and 12 deletions

View File

@@ -140,7 +140,7 @@ footer > a {
justify-content: space-evenly;
}
#startButtons > * {
#startButtons > *, #examples > button {
width: 440px;
height: 40px;
line-height: 22px;
@@ -166,6 +166,23 @@ label[for="torrent"] {
cursor: pointer;
}
#examples {
width: 100%;
height: 180px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
}
#examples > button {
background: var(--light-blue);
width: 440px;
height: 40px;
line-height: 22px;
text-align: center;
}
#properties {
position: relative;
max-width: 960px;
@@ -338,7 +355,7 @@ input {
text-align: center;
}
#announce > * > *, #urlList > * > *, #addTracker, #addWebseed {
#announce > * > *, #urlList > * > *, #addTracker, #addWebseed, #examples > button {
width: 80vw;
}