tootle-linux-client/data/app.css

68 lines
998 B
CSS
Raw Normal View History

2020-09-10 19:10:24 +02:00
.header .chip {
2020-09-05 10:02:42 +02:00
padding: 4px 12px;
border-radius: 4px;
border: 1px solid black;
}
2020-05-29 14:19:35 +02:00
.attachment {
2020-10-24 05:42:24 +02:00
border-radius: 5px;
2020-05-29 14:19:35 +02:00
background: rgba (150, 150, 150, 0.2);
padding:0px;
margin:0px;
}
.attachment .pic {
2020-10-24 05:42:24 +02:00
border-radius: 5px;
}
2020-09-10 19:44:23 +02:00
.attachment .chip {
padding: 6px;
border-radius:6px;
}
2018-10-24 10:55:36 +02:00
2020-11-12 11:57:35 +01:00
.ttl-header-button {
2020-06-29 23:43:45 +02:00
margin: 0px;
border-radius: 0px;
border-top: none;
border-bottom: none;
}
2020-11-12 11:57:35 +01:00
.ttl-header-button .title, .ttl-header-button .subtitle {
padding-left: 0px;
padding-right: 0px;
}
2020-06-29 23:43:45 +02:00
2020-10-18 22:35:59 +02:00
.padded.ttl-view {
2020-06-02 11:35:29 +02:00
margin: 32px 0 32px 0;
}
2020-10-18 22:35:59 +02:00
.ttl-view:not(.padded) .content row {
2020-06-02 11:35:29 +02:00
border-radius: 0px;
2018-05-09 17:59:58 +02:00
}
2020-10-18 22:35:59 +02:00
.ttl-action-bar .circular {
box-shadow: none;
}
2020-10-18 22:35:59 +02:00
2020-10-24 05:42:24 +02:00
.ttl-flat-button {
padding: 0px;
margin: 0px;
2020-10-18 22:35:59 +02:00
}
2020-10-24 12:54:37 +02:00
.ttl-post {
padding: 0px;
}
.ttl-thread-line {
background: @theme_fg_color;
opacity: .1;
margin-top: -8px;
margin-bottom: -8px;
}
.ttl-large-body {
font-size: 110%;
}
.ttl-code {
font-family: monospace;
padding: 12px;
background: rgba(150,150,150,.1);
border-radius: 6px;
}