summaryrefslogtreecommitdiff
path: root/src/client/components
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-05-05 14:06:57 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2021-05-05 14:06:57 +0900
commit925a61e4d75047ff5846cc67c4b6300274d69045 (patch)
tree09b13f2b339866d8637f0fa9752ab336f2d4bbc1 /src/client/components
parentfix style (diff)
downloadmisskey-925a61e4d75047ff5846cc67c4b6300274d69045.tar.gz
misskey-925a61e4d75047ff5846cc67c4b6300274d69045.tar.bz2
misskey-925a61e4d75047ff5846cc67c4b6300274d69045.zip
:art:
Diffstat (limited to 'src/client/components')
-rw-r--r--src/client/components/global/ad.vue9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/client/components/global/ad.vue b/src/client/components/global/ad.vue
index 124e94c12f..ee2a7ebe92 100644
--- a/src/client/components/global/ad.vue
+++ b/src/client/components/global/ad.vue
@@ -90,6 +90,13 @@ export default defineComponent({
> a {
display: inline-block;
position: relative;
+ vertical-align: bottom;
+
+ &:hover {
+ > img {
+ filter: contrast(120%);
+ }
+ }
> img {
display: block;
@@ -119,7 +126,7 @@ export default defineComponent({
> a ,
> a > img {
max-width: min(600px, 100%);
- max-height: 100px;
+ max-height: 80px;
}
}