mirror of
https://github.com/leoherzog/TorrentParts.git
synced 2026-01-23 19:58:03 -08:00
Add Example Buttons and Tweak Placeholders
This commit is contained in:
21
style.css
21
style.css
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user