mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 23:54:16 +08:00
tweaks to make flagging page better on mobile
This commit is contained in:
parent
1146ad3a63
commit
e8563c7d57
|
@ -5,6 +5,7 @@
|
|||
|
||||
.admin-contents table {
|
||||
width: 100%;
|
||||
table-layout: fixed;
|
||||
tr {text-align: left;}
|
||||
td, th {padding: 8px;}
|
||||
th {border-top: 1px solid scale-color-diff();}
|
||||
|
@ -546,19 +547,21 @@ section.details {
|
|||
td { vertical-align: top; }
|
||||
th { text-align: left; }
|
||||
.user {
|
||||
width: 20px;
|
||||
width: 25px;
|
||||
padding: 8px 0 0 0;
|
||||
text-align: center;
|
||||
}
|
||||
.excerpt {
|
||||
max-width: 700px;
|
||||
width: 700px;
|
||||
width: 75%;
|
||||
padding: 8px;
|
||||
word-wrap: break-word;
|
||||
.fa { display: inline-block; }
|
||||
h3 {
|
||||
max-height: 1.2em;
|
||||
overflow: hidden;
|
||||
margin-top: 0;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
}
|
||||
.flaggers {
|
||||
|
|
Loading…
Reference in New Issue
Block a user