mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 05:59:21 +03:00
Changed everything to be box-sizing: border-box;
This commit is contained in:
parent
2d832ff5ea
commit
cb167da854
25 changed files with 37 additions and 109 deletions
|
|
@ -7,12 +7,10 @@
|
|||
.domain-name {
|
||||
display: inline-block;
|
||||
word-break: break-all;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.domain-alias {
|
||||
display: inline-block;
|
||||
box-sizing: border-box;
|
||||
color: #bbb;
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -45,17 +45,15 @@
|
|||
height: 100%;
|
||||
|
||||
> .b-toolbar {
|
||||
color: #fff;
|
||||
display: flex;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
left: 0;
|
||||
height: 34px;
|
||||
padding: 8px @rlLowMargin 8px 0;
|
||||
color: #fff;
|
||||
text-shadow: 0 1px 1px #000;
|
||||
|
||||
display: flex;
|
||||
|
||||
h4 {
|
||||
flex-grow: 1;
|
||||
margin: 8px;
|
||||
|
|
@ -73,7 +71,6 @@
|
|||
border: 1px solid var(--border-color, #aaa);
|
||||
border-radius: var(--border-radius, 5px);
|
||||
box-shadow: @rlMainShadow;
|
||||
box-sizing: border-box;
|
||||
height: calc(100% - 50px - @rlLowMargin - @rlLowMargin);
|
||||
margin: (50px + @rlLowMargin) @rlLowMargin @rlLowMargin 0;
|
||||
overflow-y: auto;
|
||||
|
|
|
|||
|
|
@ -2,17 +2,6 @@
|
|||
|
||||
max-width: 660px;
|
||||
|
||||
.information {
|
||||
display: inline-block;
|
||||
background-color: #ddd;
|
||||
border-radius: 10px;
|
||||
cursor: pointer;
|
||||
height: 25px;
|
||||
width: 30px;
|
||||
text-align: center;
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
textarea {
|
||||
width: 400px;
|
||||
height: 70px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue