diff options
author | tusooa <tusooa@kazv.moe> | 2022-08-27 00:58:18 +0000 |
---|---|---|
committer | tusooa <tusooa@kazv.moe> | 2022-08-27 00:58:18 +0000 |
commit | 780fb4514d9a3693a6b7ab15108a4ff4b3e26065 (patch) | |
tree | 53c0fba7f0667f72d2201adb6060071109b70e71 | |
parent | 84a573877a90b3b4e452f2cd72164367ededa342 (diff) | |
parent | c59a0bd12fe0f9b935ad7cc2ddda6d562d21eb01 (diff) | |
download | pleroma-780fb4514d9a3693a6b7ab15108a4ff4b3e26065.tar.gz |
Merge branch 'from/upstream-develop/tusooa/static-page-styles' into 'develop'
Improve static page style
See merge request pleroma/pleroma!3729
-rw-r--r-- | priv/static/instance/static.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/priv/static/instance/static.css b/priv/static/instance/static.css index 487e1ec27..48c74c125 100644 --- a/priv/static/instance/static.css +++ b/priv/static/instance/static.css @@ -51,6 +51,7 @@ body { overflow: hidden; margin: 35px auto; box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.5); + padding: 0em 1em 0em 1em; } .container__content { @@ -86,7 +87,6 @@ form { } input { - box-sizing: content-box; padding: 10px; margin-top: 5px; margin-bottom: 10px; @@ -97,6 +97,8 @@ input { transition-duration: 0.35s; border-bottom: 2px solid #2a384a; font-size: 14px; + width: inherit; + box-sizing: border-box; } .scopes-input { |