wrap quickbuttons
This commit is contained in:
parent
fd4e3d87c9
commit
78850a7145
1 changed files with 6 additions and 8 deletions
14
style.css
14
style.css
|
@ -70,14 +70,12 @@ h1 {
|
||||||
}
|
}
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
height: 1cm;
|
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding: 10px 10px;
|
padding: 10px 10px;
|
||||||
margin-top: 1cm;
|
|
||||||
margin-bottom: 1cm;
|
|
||||||
margin-right: 0.25cm;
|
margin-right: 0.25cm;
|
||||||
|
margin-bottom: 0.25cm;
|
||||||
transition-duration: 0.2s;
|
transition-duration: 0.2s;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -100,17 +98,15 @@ h1 {
|
||||||
}
|
}
|
||||||
|
|
||||||
.gtk-button {
|
.gtk-button {
|
||||||
height: 1cm;
|
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
background-color: rgba(53, 132, 228, 1);
|
|
||||||
color: white;
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding: 10px 10px;
|
padding: 10px 10px;
|
||||||
margin-top: 1cm;
|
|
||||||
margin-bottom: 1cm;
|
|
||||||
margin-right: 0.25cm;
|
margin-right: 0.25cm;
|
||||||
|
margin-bottom: 0.25cm;
|
||||||
transition-duration: 0.2s;
|
transition-duration: 0.2s;
|
||||||
|
background-color: rgba(53, 132, 228, 1);
|
||||||
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gtk-button:hover {
|
.gtk-button:hover {
|
||||||
|
@ -163,6 +159,8 @@ h1 {
|
||||||
.quickbuttons {
|
.quickbuttons {
|
||||||
margin-top: 1cm;
|
margin-top: 1cm;
|
||||||
margin-bottom: 1cm;
|
margin-bottom: 1cm;
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* For tablet screens */
|
/* For tablet screens */
|
||||||
|
|
Loading…
Reference in a new issue