Skip to content

Commit

Permalink
MailPanel template: changed table width to fluid in window-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
JanTvrdik committed May 6, 2016
1 parent fa74013 commit 519ed3a
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions src/MailPanel.latte
Original file line number Diff line number Diff line change
@@ -1,14 +1,23 @@
<style>
#tracy-debug .tracy-panel .nextras-mail-panel.tracy-inner {
#tracy-debug .tracy-panel.tracy-mode-peek .nextras-mail-panel,
#tracy-debug .tracy-panel.tracy-mode-float .nextras-mail-panel {
overflow-y: scroll; /* reserve space for scrollbar */
}
#tracy-debug .tracy-panel .nextras-mail-panel table {
margin-bottom: 10px;
#tracy-debug .tracy-panel.tracy-mode-peek .nextras-mail-panel table,
#tracy-debug .tracy-panel.tracy-mode-float .nextras-mail-panel table {
margin-right: 10px;
width: 600px;
}
#tracy-debug .tracy-panel.tracy-mode-window .nextras-mail-panel table {
width: 100%;
}
#tracy-debug .tracy-panel .nextras-mail-panel table {
margin-bottom: 10px;
}
#tracy-debug .tracy-panel .nextras-mail-panel table:last-child {
margin-bottom: 0;
}
Expand Down

0 comments on commit 519ed3a

Please sign in to comment.