Skip to content
Snippets Groups Projects

update javascript and css

Merged Hahn Axel (hahn) requested to merge v0.5 into main
5 files
+ 15
5
Compare changes
  • Side-by-side
  • Inline

Files

+ 6
3
@@ -99,7 +99,6 @@ pre{
@@ -99,7 +99,6 @@ pre{
background-color: var(--pre-bg);
background-color: var(--pre-bg);
overflow: scroll;
overflow: scroll;
padding: 1em;
padding: 1em;
border-radius: 1em;
margin: 0 0 1em;
margin: 0 0 1em;
}
}
th{
th{
@@ -142,15 +141,19 @@ td a, td span{
@@ -142,15 +141,19 @@ td a, td span{
background-color: var(--msg-hover-bg);
background-color: var(--msg-hover-bg);
}
}
 
#msg-header{
 
max-height: 20em;
 
overflow-y: scroll;;
 
}
 
#singlemessage{
#singlemessage{
background: var(--simglemail-bg);
background: var(--simglemail-bg);
border-top-left-radius: 1em;
border-top-left-radius: 1em;
border: 3px solid rgba(0,0,0,0.2);
box-shadow: -0.3em 0 3em rgba(0,0,0,0.3);
box-shadow: -0.3em 0 3em rgba(0,0,0,0.3);
display: block;
display: block;
padding: 0;
padding: 0;
overflow: scroll;
overflow: scroll;
position: absolute;
position: fixed;
right: 1em;
right: 1em;
top: 3em;
top: 3em;
bottom: 4em;
bottom: 4em;
Loading