enhance(frontend): PC画面でチャンネルが複数列で表示されるように (#15129)

* チャンネル一覧の列を最大3列にした (Otaku-Social#13)

* fix

* fix

* fix

* 🎨

* fix

* 🎨

* Update Changelog

* Update Changelog

* 要らない_marginを消す

---------

Co-authored-by: tmorio <morikapusan@morikapu-denki.com>
This commit is contained in:
かっこかり
2024-12-16 08:57:37 +09:00
committed by GitHub
parent 234d91a884
commit 5a2b29a3b4
3 changed files with 33 additions and 6 deletions

View File

@@ -125,7 +125,9 @@ const bannerStyle = computed(() => {
position: absolute;
top: 16px;
left: 16px;
max-width: calc(100% - 32px);
padding: 12px 16px;
box-sizing: border-box;
background: rgba(0, 0, 0, 0.7);
color: #fff;
font-size: 1.2em;