CSS: limit width of the comments in community tab

pull/3783/head
Samantaz Fox 2023-05-06 19:23:55 +02:00
rodzic 1eb1bae370
commit 7aac401407
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: F42821059186176E
1 zmienionych plików z 10 dodań i 0 usunięć

Wyświetl plik

@ -321,6 +321,16 @@ p.channel-name { margin: 0; }
p.video-data { margin: 0; font-weight: bold; font-size: 80%; }
/*
* Comments & community posts
*/
#comments {
max-width: 800px;
margin: auto;
}
/*
* Footer
*/