mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 13:09:21 +03:00
Revamp tabs system using CSS display:grid instead of JavaScript
This commit is contained in:
parent
fe4344794b
commit
d7a30cba79
5 changed files with 85 additions and 94 deletions
|
|
@ -6,4 +6,8 @@
|
|||
td[class^="icon-"] {
|
||||
display: table-cell;
|
||||
}
|
||||
|
||||
.tab-content {
|
||||
grid-column-end: 6;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue