mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-24 06:59:52 +01:00
vue app: move full/calendar view to not overlap banner
This commit is contained in:
parent
6d41666df7
commit
176b262c3e
File diff suppressed because one or more lines are too long
@ -110,6 +110,11 @@ export default {
|
|||||||
height: 150px;
|
height: 150px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
.full-view {
|
||||||
|
position: absolute;
|
||||||
|
top: 150px;
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
.iframe iframe {
|
.iframe iframe {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 80vh;
|
height: 80vh;
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
<style>
|
<style>
|
||||||
.full-view {
|
.full-view {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 130px;
|
|
||||||
left: 0;
|
|
||||||
height: 80vh;
|
height: 80vh;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user