projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2aa8e66
)
Add margin to forms and make inputs fill whole width
author
Tusooa Zhu
<tusooa@kazv.moe>
Sun, 21 Aug 2022 01:52:20 +0000
(21:52 -0400)
committer
FloatingGhost
<hannah@coffee-and-dreams.uk>
Sun, 11 Sep 2022 19:30:03 +0000
(20:30 +0100)
priv/static/instance/static.css
patch
|
blob
|
history
diff --git
a/priv/static/instance/static.css
b/priv/static/instance/static.css
index 487e1ec27d6a1f3f1403c811fd3d896353b37bfc..48c74c125c3c7bbd8d9ac49f1b110f585b9b2074 100644
(file)
--- 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 {