mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-14 02:32:48 +00:00
add upload history to stats UI
This commit is contained in:
@@ -12,3 +12,4 @@
|
||||
@import './input.scss';
|
||||
@import './grid.scss';
|
||||
@import './nprogress.scss';
|
||||
@import './table.scss';
|
||||
|
||||
@@ -71,3 +71,9 @@ body {
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.hide-tiny {
|
||||
@include tinyScreen {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
14
client/app/scss/table.scss
Normal file
14
client/app/scss/table.scss
Normal file
@@ -0,0 +1,14 @@
|
||||
.table {
|
||||
width: 100%;
|
||||
|
||||
thead {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
td,
|
||||
th {
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user