diff options
| author | Syndamia <kamen@syndamia.com> | 2025-02-08 18:13:34 +0200 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2025-02-08 18:13:34 +0200 |
| commit | 38031a55afa1d0cb7c4ca2300262f08d97ca4eee (patch) | |
| tree | b5c4ceeda73697214926dbd4e51874bd43540de9 /views/styles.css | |
| parent | 8cc28706954450f7e94ac587b24f41be8a8b118e (diff) | |
| download | nowayforward_human-38031a55afa1d0cb7c4ca2300262f08d97ca4eee.tar nowayforward_human-38031a55afa1d0cb7c4ca2300262f08d97ca4eee.tar.gz nowayforward_human-38031a55afa1d0cb7c4ca2300262f08d97ca4eee.zip | |
feat(views/archive): Proper button for pdf export
Diffstat (limited to 'views/styles.css')
| -rw-r--r-- | views/styles.css | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/views/styles.css b/views/styles.css index 260f7ff..6637c40 100644 --- a/views/styles.css +++ b/views/styles.css @@ -328,7 +328,7 @@ hr.new-section { border-color: var(--dark-green); } -.item [name=itemButton] { +.item [name=itemButton], .item .global-buttons { border-left: 3px solid var(--dark-purple); margin: -0.5em 0 -0.5em 0.5em; padding: 0.5em 0 0.5em 0.5em; @@ -337,21 +337,26 @@ hr.new-section { gap: 0.3em; } -.item [name=itemButton] > * { +.item [name=itemButton] > *, .item .global-buttons > * { display: flex; align-items: end; flex: 1; } .item [name=itemButton] input, -.item [name=itemButton] button{ +.item [name=itemButton] button, +.item .global-buttons input, +.item .global-buttons button { box-shadow: none; padding: 0; } +.other-icon, .list-icon { + height: 1.3em; +} + .list-icon { color: var(--cherry); - height: 1.3em; } /* List item */ |
