diff options
author | Ev Bogue <ev@evbogue.com> | 2019-12-15 16:08:35 -0600 |
---|---|---|
committer | Ev Bogue <ev@evbogue.com> | 2019-12-15 16:08:35 -0600 |
commit | 96af07d8be5ee32a546de4c4ffd64e5180768cae (patch) | |
tree | 10cea271ef309e7a1a7bb9f37226c2de05494c4d /css | |
parent | 69c84ce6edaa3dd48f29b26eb39cbbb0ba07fb01 (diff) |
click to expand images
Diffstat (limited to 'css')
-rw-r--r-- | css/style.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/css/style.css b/css/style.css index 1683032..7593324 100644 --- a/css/style.css +++ b/css/style.css @@ -231,7 +231,11 @@ form.search { .profileAvatar { width: 75px; vertical-align: top; border-radius: 5px; object-fit: cover; margin-right: .25em; margin-bottom: .25em;} .avatar { width: 25px; height: 25px; vertical-align: middle; object-fit: cover; border-radius: 5px; margin-right: .2em; } -.image { width: 75px; height: 75px; object-fit: cover; margin-right: .2em; border-radius: 5px;} +.image { width: 75px; height: 75px; object-fit: cover; margin-right: .2em; border-radius: 5px; cursor: pointer;} + +#viewer {position: fixed; left: 2em; top: 3em; background: white; padding: .5em; border: 1px solid #ddd; border-radius: 5px;} + +#viewer img { border-radius: 5px; margin-left: auto; margin-right: auto; cursor: pointer;} button { display: inline-block; |