mirror of
https://gitlab.gnome.org/World/tootle
synced 2025-02-08 07:38:39 +01:00
Fix #315
This commit is contained in:
parent
1010a78c0f
commit
1f3a8d24e3
32
data/app.css
32
data/app.css
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user