diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2024-09-23 14:42:38 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2024-09-23 14:42:38 +0900 |
| commit | 1ba09e1eee572fd1f040b7d0bde040dd98e35c15 (patch) | |
| tree | 074daa36f3884efd2a9da30efb458fbbfc58c409 /packages/frontend/src/style.scss | |
| parent | fix(misskey-js): wrong hashtag channel param type (#14611) (diff) | |
| download | misskey-1ba09e1eee572fd1f040b7d0bde040dd98e35c15.tar.gz misskey-1ba09e1eee572fd1f040b7d0bde040dd98e35c15.tar.bz2 misskey-1ba09e1eee572fd1f040b7d0bde040dd98e35c15.zip | |
enhance(frontend): improve forms usability
Diffstat (limited to 'packages/frontend/src/style.scss')
| -rw-r--r-- | packages/frontend/src/style.scss | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/frontend/src/style.scss b/packages/frontend/src/style.scss index caaf9fca6f..5e19447120 100644 --- a/packages/frontend/src/style.scss +++ b/packages/frontend/src/style.scss @@ -378,6 +378,16 @@ rt { vertical-align: top; } +._modified { + margin-left: 0.7em; + font-size: 65%; + padding: 2px 3px; + color: var(--warn); + border: solid 1px var(--warn); + border-radius: 4px; + vertical-align: top; +} + ._table { > ._row { display: flex; |