This commit is contained in:
Bleak Grey 2021-07-26 15:53:33 +03:00
parent 1010a78c0f
commit 1f3a8d24e3
1 changed files with 8 additions and 24 deletions

View File

@ -5,12 +5,6 @@
color: @text_view_bg;
}
/* .header .chip { */
/* padding: 4px 12px; */
/* border-radius: 4px; */
/* border: 1px solid black; */
/* } */
.attachment, .attachment button, flowboxchild {
padding:0px;
margin:0px;
@ -22,17 +16,6 @@
margin: 8px;
}
/* .ttl-header-button { */
/* margin: 0px; */
/* border-radius: 0px; */
/* border-top: none; */
/* border-bottom: none; */
/* } */
/* .ttl-header-button .title, .ttl-header-button .subtitle { */
/* padding-left: 0px; */
/* padding-right: 0px; */
/* } */
.ttl-flat-button {
padding: 0px;
margin: 0px;
@ -45,10 +28,6 @@
margin-bottom: -8px;
}
/* .ttl-large-body { */
/* font-size: 110%; */
/* } */
.ttl-code {
font-family: monospace;
padding: 12px;
@ -56,14 +35,19 @@
border-radius: 6px;
}
.ttl-view .content row {
padding: 0px;
}
.ttl-view .small .content row {
border-left: none;
border-right: none;
border-radius:0px;
border-radius: 0px;
}
.ttl-view .content row {
padding: 0px;
/* Hides the top border from the first row of the first listbox */
.ttl-view .small :first-child list row:first-child {
border-top: 0px;
}
.ttl-view .large:first-child {