mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
add compact theme with smaller font
This commit is contained in:
19
themes/compact.css
Normal file
19
themes/compact.css
Normal file
@@ -0,0 +1,19 @@
|
||||
/* supports-version:17.1 */
|
||||
|
||||
@import "default.php";
|
||||
|
||||
body,
|
||||
.claro .dijitMenu .dijitMenuItemLabel,
|
||||
.claro .cdmContentInner,
|
||||
.claro #content-insert,
|
||||
.claro .cdm .cdmContent,
|
||||
.claro .postReply .postContent {
|
||||
font-size : 12px ! important;
|
||||
}
|
||||
|
||||
.claro .postReply .postHeader,
|
||||
.claro #floatingTitle a.title,
|
||||
.claro .cdm .title {
|
||||
font-size : 13px ! important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user