diff options
| author | Tim <contact@bytim.eu> | 2025-11-01 17:36:48 +0100 |
|---|---|---|
| committer | Tim <contact@bytim.eu> | 2025-11-01 17:36:48 +0100 |
| commit | 32ee50f0f6f53f8d5dea3bf159be3f65974c4b7b (patch) | |
| tree | c317610f1a275936baefae2efeab360befbb9950 /resources/public/style.css | |
Initial commit
Diffstat (limited to 'resources/public/style.css')
| -rw-r--r-- | resources/public/style.css | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/resources/public/style.css b/resources/public/style.css new file mode 100644 index 0000000..10844ca --- /dev/null +++ b/resources/public/style.css @@ -0,0 +1,60 @@ +@import url(/assets/chota.css); + +#current-track { + margin-bottom: 1em; + display: grid; + grid-template-columns: max-content auto; + width: 80%; + margin-left: auto; + margin-right: auto; + text-align: initial; + grid-column-gap: 1em; +} + +.search-item { + margin-bottom: 1em; + width: 80%; + margin-left: auto; + margin-right: auto; + grid-column-gap: 1em; +} +@media only screen and (min-width: 768px) { + .search-item { + display: grid; + grid-template-columns: max-content auto max-content; + text-align: initial; + } +} + +.album-image { + border-radius: 10%; + margin-left: auto; + margin-right: auto; +} + +.track-action-icon { + margin-top: auto; + margin-bottom: auto; +} + +#search-bar { + width: 80%; + margin-left: auto; + margin-right: auto; + margin-top: 3em; +} + +#search-results { + margin-top: 3em; + text-align: center; +} + +.text { + margin-left: 3em; +} + +.icon { + margin-top: auto; + margin-bottom: auto; + height: 2em; +} |
