1
0
Fork 0
forked from Mirrors/gomuks
nyxmuks/web/src/ui/widget/Widget.css

25 lines
350 B
CSS

div.right-panel-content.widget, div.right-panel-content.element-call {
overflow: hidden !important;
}
iframe.widget-iframe {
width: 100%;
height: 100%;
border: none;
}
div.permission-prompt {
> h2 {
margin: 0;
}
> div.permission-actions {
display: flex;
justify-content: space-between;
> button {
padding: .5rem 1rem;
}
}
}