refactor(pages): edit styles on forum page's iframe
This commit is contained in:
parent
cc31f0c272
commit
04dd876698
@ -1,5 +1,8 @@
|
||||
<template>
|
||||
<div style="width: 100%;">
|
||||
<iframe style="width: 100%; height: max-content;" src="https://www.rockfic.com/forum/"/>
|
||||
</div>
|
||||
</template>
|
||||
<template>
|
||||
<div style="width: 100%; height: 90vh">
|
||||
<iframe
|
||||
style="width: 100%; height: 100%"
|
||||
src="https://www.rockfic.com/forum/"
|
||||
/>
|
||||
</div>
|
||||
</template>
|
||||
|
Loading…
x
Reference in New Issue
Block a user