diff options
| author | marcin mikołajczak <git@mkljczk.pl> | 2023-02-19 22:02:03 +0100 |
|---|---|---|
| committer | marcin mikołajczak <git@mkljczk.pl> | 2023-02-19 22:02:03 +0100 |
| commit | 92592c25c219f44ab6454762f5a5a97e800f5b1d (patch) | |
| tree | f1db48a9b222d875841c43b9c5f9b6d2c810a500 /priv/static/instance | |
| parent | 3ed39e310939d90ddbad7bd7ffa1ebd8aca6e74c (diff) | |
| parent | 8a0162cd9694a1c5bf131fefb6e6a8d3dcb68fae (diff) | |
| download | pleroma-92592c25c219f44ab6454762f5a5a97e800f5b1d.tar.gz pleroma-92592c25c219f44ab6454762f5a5a97e800f5b1d.zip | |
Merge remote-tracking branch 'pleroma/develop' into status-notification-type
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
Diffstat (limited to 'priv/static/instance')
| -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 { |
