refactor(pages): edit styles on forum page's iframe

This commit is contained in:
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 2023-10-11 16:48:30 -04:00
parent cc31f0c272
commit 04dd876698
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

View File

@ -1,5 +1,8 @@
<template> <template>
<div style="width: 100%;"> <div style="width: 100%; height: 90vh">
<iframe style="width: 100%; height: max-content;" src="https://www.rockfic.com/forum/"/> <iframe
</div> style="width: 100%; height: 100%"
</template> src="https://www.rockfic.com/forum/"
/>
</div>
</template>