diff options
| author | Julian Hurst <ark@mansus.space> | 2023-08-10 15:33:01 +0200 |
|---|---|---|
| committer | Julian Hurst <ark@mansus.space> | 2023-08-10 15:33:01 +0200 |
| commit | 96a7413ca1b50bdc83096c9d72bbbf98099cc45b (patch) | |
| tree | aef3868fc06fbb9b37dfc27b6b2dfb33f0e96788 /static | |
| parent | 3e716d912c9af1ddb2d3fb11c1e3caea57d1f0ce (diff) | |
| download | docspace-96a7413ca1b50bdc83096c9d72bbbf98099cc45b.tar.gz | |
Disable /createuser
Diffstat (limited to 'static')
| -rw-r--r-- | static/style.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/style.scss b/static/style.scss index 9bc4e57..3fb651a 100644 --- a/static/style.scss +++ b/static/style.scss @@ -44,7 +44,7 @@ ul.navloggedadmin { padding-right: 5px; padding-left: 5px; width: 150px;*/ - width: 50%; + width: 100%; height: 100%; text-align: center; background: lightgrey; |
