aboutsummaryrefslogtreecommitdiff
path: root/ext/fg/css
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-01-11 14:45:40 -0500
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-01-22 20:38:21 -0500
commit74d9b0e857bc8fc086a6ffaf4178c2372779ecd3 (patch)
tree728c5bda1188c205536eb40be54de1045910ac53 /ext/fg/css
parentd59f2022b9582a9a310c8a93eb3b4e0bbab097a5 (diff)
Update full-width popup to stay on screen
Diffstat (limited to 'ext/fg/css')
-rw-r--r--ext/fg/css/client.css7
1 files changed, 0 insertions, 7 deletions
diff --git a/ext/fg/css/client.css b/ext/fg/css/client.css
index b9c59da7..5720d8ac 100644
--- a/ext/fg/css/client.css
+++ b/ext/fg/css/client.css
@@ -39,21 +39,14 @@ iframe.yomichan-float[data-yomichan-theme=auto][data-yomichan-site-color=dark] {
iframe.yomichan-float.yomichan-float-full-width {
border-left: none;
border-right: none;
- left: 0 !important;
- right: 0 !important;
- width: 100% !important;
box-sizing: border-box;
resize: none;
}
iframe.yomichan-float.yomichan-float-full-width:not(.yomichan-float-above) {
border-bottom: none;
- top: auto !important;
- bottom: 0 !important;
}
iframe.yomichan-float.yomichan-float-full-width.yomichan-float-above {
border-top: none;
- top: 0 !important;
- bottom: auto !important;
}