TheDesk Riina (ver.2)

This commit is contained in:
cutls
2018-02-18 16:29:06 +09:00
parent 0a234d14d4
commit 0ada3a03b0
321 changed files with 24494 additions and 32 deletions

View File

@@ -45,7 +45,7 @@ iframe {
width: 100%;
height: 100%;
display: grid;
grid-template-columns: 43px 1fr 0.5fr;
grid-template-columns: 43px 2fr 1fr;
grid-template-areas: 'notice notice notice' 'icon display_name acct' 'icon toot toot' 'icon date_via date_via' 'actions actions actions';
}
@@ -61,8 +61,9 @@ grid-area: icon;
}
.area-display_name {
height:1.2em;
height:1.4em;
margin:2px;
overflow:hidden;
grid-area: display_name;
white-space: nowrap;
text-overflow: ellipsis;
@@ -71,6 +72,7 @@ text-overflow: ellipsis;
.area-acct {
margin:2px;
grid-area: acct;
overflow:hidden;
text-align:right;
white-space: nowrap;
text-overflow: ellipsis;