mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Less float & less html is mobile view profit
This commit is contained in:
parent
004378ed8c
commit
57158bd55a
17 changed files with 71 additions and 91 deletions
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
@folderItemPadding: 10px;
|
||||
@folderItemPadding: 7px;
|
||||
@subPadding: 15px;
|
||||
|
||||
.b-folders {
|
||||
|
|
@ -86,17 +86,7 @@
|
|||
color: var(--folders-disabled-color, #666);
|
||||
cursor: not-allowed;
|
||||
font-size: 14px;
|
||||
|
||||
.focused-poiner {
|
||||
float: left;
|
||||
display: inline-block;
|
||||
background-color: transparent;
|
||||
height: 100%;
|
||||
width: 3px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
border-left: 3px solid transparent;
|
||||
|
||||
.inbox-star-icon {
|
||||
display: none;
|
||||
|
|
@ -157,10 +147,7 @@
|
|||
|
||||
&.focused {
|
||||
background-color: #888;
|
||||
|
||||
.focused-poiner {
|
||||
background-color: #fff;
|
||||
}
|
||||
border-left-color: #fff;
|
||||
}
|
||||
|
||||
&.system {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue