Add default widget styling

This commit is contained in:
Cooper Dalrymple
2026-06-08 15:34:53 -05:00
parent d72ad2c866
commit 26d318160b
3 changed files with 29 additions and 9 deletions
+12
View File
@@ -0,0 +1,12 @@
/**
* @package ogre-captcha
* @author cleverogre
* @copyright 2026 CleverOgre
* @license GLP-3.0-or-later
* @version 1.1.2
* @since 1.1.2
*/
:root :where(cap-widget) {
flex-basis: 100%;
}