1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-05 07:45:54 +02:00

トップページデザインを改修

This commit is contained in:
syuilo
2020-12-05 16:05:40 +09:00
parent fbbc7d005d
commit feca9940bc
11 changed files with 125 additions and 183 deletions

View File

@@ -2,7 +2,7 @@
:root {
--baseContentWidth: 760px;
--radius: 8px;
--radius: 12px;
--marginFull: 16px;
--marginHalf: 10px;
@@ -320,6 +320,7 @@ hr {
._popup {
background: var(--panel);
border-radius: var(--radius);
contain: content;
}
._section {