client/css: remove semicolons

This commit is contained in:
Eva
2025-04-03 02:48:46 +02:00
parent 0971745615
commit d7ffdb0997
2 changed files with 17 additions and 17 deletions

View File

@ -31,12 +31,12 @@
outline: none
border-right: 20px solid transparent
&:before
content: ' ';
display: block;
position: relative;
width: 100%;
height: 20px;
bottom: 20px;
content: ' '
display: block
position: relative
width: 100%
height: 20px
bottom: 20px
.thumbnail
width: 100%

View File

@ -14,26 +14,26 @@
background: $top-navigation-color
.pool-name
flex: 1 1;
text-align: center;
overflow: hidden;
white-space: nowrap;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
flex: 1 1
text-align: center
overflow: hidden
white-space: nowrap
-o-text-overflow: ellipsis
text-overflow: ellipsis
.first, .last
flex-basis: 1em;
flex-basis: 1em
.first, .prev, .next, .last
flex: 0 1;
white-space: nowrap;
flex: 0 1
white-space: nowrap
>span
padding-top: 2px
padding-bottom: 2px
margin: 0 .25em;
margin: 0 .25em
.darktheme .pool-navigator-container .pool-info-wrapper
border: 1px solid $top-navigation-color-darktheme
background: $window-color-darktheme
background: $window-color-darktheme