mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-03 23:29:15 +00:00
always include basic layout CSS file to prevent unworkable UI in case of a broken/incompatible theme
This commit is contained in:
7
css/layout.css
Normal file
7
css/layout.css
Normal file
@@ -0,0 +1,7 @@
|
||||
html, body#ttrssMain, body#ttrssPrefs, #main {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user