mirror of
https://github.com/TakeV-Lambda/Tooth.git
synced 2024-11-04 23:07:46 +00:00
02f168e19d
Co-authored-by: Bleak Grey <bleakgrey@gmail.com>
67 lines
998 B
CSS
67 lines
998 B
CSS
.header .chip {
|
|
padding: 4px 12px;
|
|
border-radius: 4px;
|
|
border: 1px solid black;
|
|
}
|
|
|
|
.attachment {
|
|
border-radius: 5px;
|
|
background: rgba (150, 150, 150, 0.2);
|
|
padding:0px;
|
|
margin:0px;
|
|
}
|
|
.attachment .pic {
|
|
border-radius: 5px;
|
|
}
|
|
.attachment .chip {
|
|
padding: 6px;
|
|
border-radius:6px;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.padded.ttl-view {
|
|
margin: 32px 0 32px 0;
|
|
}
|
|
.ttl-view:not(.padded) .content row {
|
|
border-radius: 0px;
|
|
}
|
|
|
|
.ttl-action-bar .circular {
|
|
box-shadow: none;
|
|
}
|
|
|
|
.ttl-flat-button {
|
|
padding: 0px;
|
|
margin: 0px;
|
|
}
|
|
|
|
.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;
|
|
}
|