diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2025-05-05 21:23:30 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2025-05-05 21:23:30 -0500 |
| commit | bae5fe5501117df1b16da1aeb3355056d6882648 (patch) | |
| tree | 7e82d62543da8963dac1142cb5f4146be4b98d99 /src/style.css | |
| parent | 4c8231e7e3e46f61f4455843300f5d3f01c5a195 (diff) | |
| download | immich-frame-bae5fe5501117df1b16da1aeb3355056d6882648.tar.xz immich-frame-bae5fe5501117df1b16da1aeb3355056d6882648.zip | |
text on a link buttons
Diffstat (limited to 'src/style.css')
| -rw-r--r-- | src/style.css | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/src/style.css b/src/style.css index 11ecba4..98d3fda 100644 --- a/src/style.css +++ b/src/style.css @@ -88,13 +88,24 @@ footer { #menu { a { + display: flex; + color: white; + align-items: center; + justify-content: center; + text-decoration: none; width: 100%; - padding: 12px; - svg { height: 24px } + gap: 1rem; + svg { height: 24px; width: 24px } + span { + font-size: .875rem; + line-height: 1.25rem; + font-weight: 500; + } } display: flex; width: 100%; - padding: 16px; + padding: 1rem; + gap: 2ex; box-sizing: border-box; border-top: 1px solid rgb(55, 65, 81); } |
