From df5a05dfc598c09450e7ef51fc7ea48f1624c210 Mon Sep 17 00:00:00 2001 From: troy Date: Sat, 29 Oct 2022 12:23:38 +0200 Subject: [PATCH] =?UTF-8?q?flag=20css=20angepasst=20mehr=20platz=20f=C3=BC?= =?UTF-8?q?r=20andere=20schriftarten?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flag.css | 4 ++-- flag.min.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flag.css b/flag.css index 895455f..1d73e3c 100644 --- a/flag.css +++ b/flag.css @@ -2,11 +2,11 @@ position: fixed; bottom: 0px; right: 0px; - width: 150px; + width: 170px; border: 1px solid #fff; border-top-left-radius: 15px; border-bottom-left-radius: 15px; - margin-right: -130px; + margin-right: -145px; z-index: 99999; } diff --git a/flag.min.css b/flag.min.css index fe2a6cc..44d0a06 100644 --- a/flag.min.css +++ b/flag.min.css @@ -1 +1 @@ -#flag-panel{position:fixed;bottom:0;right:0;width:150px;border:1px solid #fff;border-top-left-radius:15px;border-bottom-left-radius:15px;margin-right:-130px;z-index:99999}#flag-panel.open{margin-right:0!important}#flag-panel.opened{transition:margin-right 1s}#flag-panel span{margin-right:10px;margin-left:5px}#flag-overlay{position:fixed;width:100%;height:100vh;top:0;left:0;background-color:rgba(0,0,0,.5);z-index:9999}#flag-iframe{position:fixed;top:0;left:50%;transform:translateX(-50%);z-index:10000;background-color:#000;border:3px solid #fff;border-radius:1em;overflow-y:scroll;height:97vh;min-width:350px;width:80%;display:block;margin:0 auto;margin-top:1vh}#flag-overlay.closing{transition:opacity .5s}#flag-iframe.closing{transition:margin 1s ease,width 1s ease,height 1s ease;width:350px;height:170px;margin-top:calc(50vh - 50px);overflow:hidden} \ No newline at end of file +#flag-panel{position:fixed;bottom:0;right:0;width:170px;border:1px solid #fff;border-top-left-radius:15px;border-bottom-left-radius:15px;margin-right:-145px;z-index:99999}#flag-panel.open{margin-right:0!important}#flag-panel.opened{transition:margin-right 1s}#flag-panel span{margin-right:10px;margin-left:5px}#flag-overlay{position:fixed;width:100%;height:100vh;top:0;left:0;background-color:rgba(0,0,0,.5);z-index:9999}#flag-iframe{position:fixed;top:0;left:50%;transform:translateX(-50%);z-index:10000;background-color:#000;border:3px solid #fff;border-radius:1em;overflow-y:scroll;height:97vh;min-width:350px;width:80%;display:block;margin:0 auto;margin-top:1vh}#flag-overlay.closing{transition:opacity .5s}#flag-iframe.closing{transition:margin 1s ease,width 1s ease,height 1s ease;width:350px;height:170px;margin-top:calc(50vh - 50px);overflow:hidden} \ No newline at end of file