mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 14:07:04 +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
|
|
@ -6,7 +6,7 @@
|
|||
display: inline-block;
|
||||
padding: 5px 15px;
|
||||
margin: 2px 5px;
|
||||
width: 180px;
|
||||
width: 216px;
|
||||
background-color: rgba(128, 128, 128, 0.1);
|
||||
border: 1px solid transparent;
|
||||
border-radius: var(--input-border-radius, 3px);
|
||||
|
|
@ -34,8 +34,8 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 999px) {
|
||||
@media screen and (max-width: 733px) {
|
||||
#V-PopupsLanguages label {
|
||||
width: calc(100% - 40px);
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue